this.getList();

prod
schry 2 years ago
parent a3533b0729
commit 511ecdfdaa

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

Loading…
Cancel
Save