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