[update] 修改年度制修订标准化发起流程
This commit is contained in:
@@ -249,9 +249,9 @@ export default {
|
||||
this.selectedRowKeys = this.selectedRowKeys.filter(item => item !== record.contactId)
|
||||
},
|
||||
handleOk () {
|
||||
this.$emit('nameChange', this.dataSourceRight.map(item => item.contactId_dictText).join(','))
|
||||
this.$emit('change', this.selectedRowKeys.join(','))
|
||||
this.$emit('listChange', this.dataSourceRight)
|
||||
this.$emit('nameChange', this.dataSourceRight.map(item => item.contactId_dictText).join(','))
|
||||
this.close()
|
||||
},
|
||||
handleCancel () {
|
||||
|
||||
Reference in New Issue
Block a user