[update] 修改企标制修订流程节点7不回显别人选的征求意见对象
This commit is contained in:
@@ -387,12 +387,13 @@ export default {
|
||||
})
|
||||
} else {
|
||||
// 不是第一个节点,回显数据,都不可选人,
|
||||
// 部所联络人下发节点,征求意见对象填写意见节点,需要能选征求意见对象
|
||||
// 部所联络人下发节点,征求意见对象填写意见节点,需要能选征求意见对象,并且不回显同一节点别人选的数据
|
||||
this.personnelInfoData = this.personnelInfoData.map(item => {
|
||||
if (item.variableName === 'adviceUserList' && this.currentNode === 7) {
|
||||
return {
|
||||
...item,
|
||||
userList: item.linkUserIds_dictText
|
||||
linkUserIds: '',
|
||||
linkUserIds_dictText: ''
|
||||
}
|
||||
} else {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user