This commit is contained in:
zy_zr 2025-04-24 10:07:11 +08:00
parent c7ad049f0c
commit 586ec767da
2 changed files with 0 additions and 2 deletions

View File

@ -123,7 +123,6 @@ const chooseListType = (val) => {
break;
}
pageData.keyCount++;
getList()
};

View File

@ -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;
})
}