邓洁 : 修改页面细节
This commit is contained in:
@@ -99,8 +99,8 @@ const searchTableSearch = async () => {
|
||||
pageNum: pageInfo.pageNum,
|
||||
pageSize: pageInfo.pageSize
|
||||
}
|
||||
loading.value = true
|
||||
getDynamicTable(params).then(res => {
|
||||
console.log(res)
|
||||
if (res.code === 1000) {
|
||||
list.value = res.data.rows
|
||||
total.value = res.data.total
|
||||
|
||||
Reference in New Issue
Block a user