add 标准化活动

This commit is contained in:
赵霄
2023-11-06 20:25:44 +08:00
parent 340e52b56f
commit 03f6b5dae5
18 changed files with 1864 additions and 27 deletions
@@ -310,6 +310,7 @@ export default {
}
this.$emit('nameChange', this.dataSourceRight.map(item => item.realname + '(' + item.username + ')').join(','))
this.$emit('change', this.selectedRowKeys.join(','))
this.$emit('listChange', this.dataSourceRight)
this.close()
},
handleCancel () {