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