bug 零部件传参问题

This commit is contained in:
赵霄
2023-11-16 11:01:00 +08:00
parent 0c17edaa33
commit db14b8f4e2
+1 -1
View File
@@ -217,7 +217,7 @@ export default {
return
}
this.$emit('nameChange', this.dataSourceRight.map(item => item.name).join(','))
this.$emit('change', this.selectedRowKeys.join(','))
this.$emit('change', this.selectedRowKeys.filter(tt => !!tt).join(','))
this.close()
},
getSelectedList (codes) {