mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
feat: 列表分页,刷新列表
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user