[update] 修改企标制修订流程节点7不回显别人选的征求意见对象

This commit is contained in:
lideqin
2023-12-28 11:15:00 +08:00
parent 444c7b9149
commit 1326f663ef
@@ -387,12 +387,13 @@ export default {
}) })
} else { } else {
// 不是第一个节点,回显数据,都不可选人, // 不是第一个节点,回显数据,都不可选人,
// 部所联络人下发节点,征求意见对象填写意见节点,需要能选征求意见对象 // 部所联络人下发节点,征求意见对象填写意见节点,需要能选征求意见对象,并且不回显同一节点别人选的数据
this.personnelInfoData = this.personnelInfoData.map(item => { this.personnelInfoData = this.personnelInfoData.map(item => {
if (item.variableName === 'adviceUserList' && this.currentNode === 7) { if (item.variableName === 'adviceUserList' && this.currentNode === 7) {
return { return {
...item, ...item,
userList: item.linkUserIds_dictText linkUserIds: '',
linkUserIds_dictText: ''
} }
} else { } else {
return { return {