更新页面

This commit is contained in:
2025-05-20 16:06:20 +08:00
parent 27d52e2236
commit ccfcea87a7
7 changed files with 30 additions and 32 deletions

View File

@ -185,7 +185,7 @@ const changeSize = (val) => {
// 获取列表
const getList = (val) => {
// pageData.tableConfiger.loading = true;
let data = { ...pageData.pageConfiger, ...queryFrom.value };
// let data = { ...pageData.pageConfiger, ...queryFrom.value };
// let url = '/mosty-lzcj/tbDwMbkf/queryList';
// qcckPost(data,url).then(res=>{
// pageData.tableData = res.records || [];

View File

@ -129,6 +129,8 @@ const getList = () =>{
pageData.tableData = res.records;
pageData.total = res.total;
pageData.tableConfiger.loading = false;
}).catch(()=>{
pageData.tableConfiger.loading = false;
})
}