feat: 列表分页,刷新列表

This commit is contained in:
王熙东
2022-11-18 14:19:37 +08:00
parent 5a9c5ad274
commit a29993031d
5 changed files with 20 additions and 12 deletions

View File

@@ -389,7 +389,7 @@ export default {
state.name = "";
state.projectName = "";
state.tabledata = [];
getManageList();
//getManageList();
};
const test = ()=> {
state.CVvisible = true
@@ -397,7 +397,7 @@ export default {
let timer;
onMounted(() => {
setTimeout(() => {
getManageList();
// getManageList();
}, 500);
timer = setInterval(() => {
state.open = false;