Merge remote-tracking branch 'origin/master'

prod
1178634255 2 years ago
commit 9888d4ac15

@ -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