解决代办,已办,抄送和我的流程,浏览器刷新不展示问题

This commit is contained in:
BMJ
2022-11-22 23:36:40 +08:00
parent 755b77082a
commit 040c2efb3c
4 changed files with 10 additions and 0 deletions

View File

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

View File

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

View File

@@ -165,6 +165,7 @@ export default {
},
created() {
this.getCategoryList();
this.getList();
},
activated() {
this.getList();

View File

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