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

@@ -405,13 +405,13 @@ export default {
state.name = "";
state.projectName = "";
state.tabledata = [];
getManageList();
// getManageList();
};
let timer;
onMounted(() => {
setTimeout(() => {
getManageList();
// getManageList();
}, 1000);
timer = setInterval(() => {