|
|
@ -437,7 +437,9 @@ export default {
|
|
|
|
var selectData = this.multipleSelection;
|
|
|
|
var selectData = this.multipleSelection;
|
|
|
|
selectData.forEach((obj) => {
|
|
|
|
selectData.forEach((obj) => {
|
|
|
|
this.filterQuery.rlIds.push(obj.id);
|
|
|
|
this.filterQuery.rlIds.push(obj.id);
|
|
|
|
|
|
|
|
this.filterQuery.nameCode=obj.nameCode;
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
this.filterQuery.unitFk = this.unitFk;
|
|
|
|
this.filterQuery.unitFk = this.unitFk;
|
|
|
|
this.allExport();
|
|
|
|
this.allExport();
|
|
|
|
|
|
|
|
|
|
|
@ -610,7 +612,6 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
components: {},
|
|
|
|
components: {},
|
|
|
|
created() {
|
|
|
|
created() {
|
|
|
|
|
|
|
|
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
this.selectSysParam();
|
|
|
|
this.selectSysParam();
|
|
|
|
},
|
|
|
|
},
|
|
|
|