this.getList();

prod
schry 2 years ago
parent a3533b0729
commit 511ecdfdaa

@ -281,6 +281,7 @@ export default {
};
this.total = 0;
this.list = [];
this.getList();
},
search() {
this.filterQuery.page = 1;
@ -671,7 +672,7 @@ export default {
}
,
created() {
// this.getList();
this.getList();
this.selectSysParam();
this.getSysFilter();
this.findMethod();

Loading…
Cancel
Save