update 项目合规流程
This commit is contained in:
+3
-1
@@ -967,6 +967,7 @@ export default {
|
||||
this.$refs.userSelectModal.open()
|
||||
},
|
||||
handleBatchSelectorOk (list) {
|
||||
// 转办不走这个方法
|
||||
if (this.isTransfer) {
|
||||
return
|
||||
}
|
||||
@@ -991,7 +992,8 @@ export default {
|
||||
return
|
||||
}
|
||||
this.dataSource.forEach((item, index) => {
|
||||
if (this.selectedRowKeys.includes(index)) {
|
||||
// 给可选人的数据赋值
|
||||
if (this.selectedRowKeys.includes(index) && item.canAssignFlag + '' === '1') {
|
||||
item[fieldName] = list.map(tt => tt.id).join(',')
|
||||
item[fieldName + '_dictText'] = list.map(tt => tt.realname + '(' + tt.username + ')').join(',')
|
||||
this.$set(this.dataSource, index, item)
|
||||
|
||||
Reference in New Issue
Block a user