修改bug

prod
wangwei 2 years ago
parent decf714db5
commit d8f32a3052

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

Loading…
Cancel
Save