[update] 修改年度制修订标准化发起流程

This commit is contained in:
lideqin
2023-12-18 10:06:30 +08:00
parent cb7dda2023
commit f596e92fac
3 changed files with 12 additions and 11 deletions
@@ -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 () {