更新
This commit is contained in:
parent
c7ad049f0c
commit
586ec767da
|
@ -123,7 +123,6 @@ const chooseListType = (val) => {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
pageData.keyCount++;
|
pageData.keyCount++;
|
||||||
|
|
||||||
getList()
|
getList()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -128,7 +128,6 @@ const getList = () =>{
|
||||||
qcckGet(queryFrom.value,'/mosty-gsxt/tbGsxtBqzh/selectPage').then((res)=>{
|
qcckGet(queryFrom.value,'/mosty-gsxt/tbGsxtBqzh/selectPage').then((res)=>{
|
||||||
pageData.tableData = res.records;
|
pageData.tableData = res.records;
|
||||||
pageData.total = res.total;
|
pageData.total = res.total;
|
||||||
pageData.keyCount++;
|
|
||||||
pageData.tableConfiger.loading = false;
|
pageData.tableConfiger.loading = false;
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user