|
|
|
@ -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();
|
|
|
|
|