mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 15:56:47 +08:00
feat: 列表分页,刷新列表
This commit is contained in:
@@ -405,13 +405,13 @@ export default {
|
||||
state.name = "";
|
||||
state.projectName = "";
|
||||
state.tabledata = [];
|
||||
getManageList();
|
||||
// getManageList();
|
||||
};
|
||||
|
||||
let timer;
|
||||
onMounted(() => {
|
||||
setTimeout(() => {
|
||||
getManageList();
|
||||
// getManageList();
|
||||
}, 1000);
|
||||
|
||||
timer = setInterval(() => {
|
||||
|
||||
Reference in New Issue
Block a user