|
|
|
@ -366,8 +366,7 @@ export default {
|
|
|
|
|
this.list = [];
|
|
|
|
|
this.total = 0;
|
|
|
|
|
});
|
|
|
|
|
this.filterList=[];
|
|
|
|
|
this.getSysFilter();
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
getDetailList(detailQuery) {
|
|
|
|
@ -572,6 +571,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
components: {},
|
|
|
|
|
created() {
|
|
|
|
|
this.getSysFilter();
|
|
|
|
|
this.getList();
|
|
|
|
|
this.selectSysParam();
|
|
|
|
|
},
|
|
|
|
|