bug 零部件传参问题
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user