解决浏览器刷新表单配置列表一直转圈圈问题

This commit is contained in:
BMJ
2022-11-22 22:52:10 +08:00
parent 704252fa5b
commit 931cd3498b

View File

@@ -176,6 +176,9 @@ export default {
} }
}; };
}, },
created() {
this.getList();
},
activated() { activated() {
this.getList(); this.getList();
}, },