bug 零部件传参问题
This commit is contained in:
@@ -217,7 +217,7 @@ export default {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.$emit('nameChange', this.dataSourceRight.map(item => item.name).join(','))
|
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()
|
this.close()
|
||||||
},
|
},
|
||||||
getSelectedList (codes) {
|
getSelectedList (codes) {
|
||||||
|
|||||||
Reference in New Issue
Block a user