[update] 修改企标流程保存后回显的bug

This commit is contained in:
lideqin
2024-01-04 15:30:24 +08:00
parent d0e22cd06b
commit ff76fffa2c
11 changed files with 236 additions and 106 deletions
+2 -1
View File
@@ -114,7 +114,7 @@ export default {
}
getPersonInfoList(param).then(res => {
if (res.success) {
console.log(res.result)
console.log('-------------获取人员信息完成', res.result)
// 处理人员信息数据,判断每个节点是否能选人
this.personnelInfoData = res.result.map(item => {
return {
@@ -128,6 +128,7 @@ export default {
},
// 从草稿进来填过的人员需要回显
draftInitPersonInfo (personInfoObj) {
console.log('--------------draftInitPersonInfo 草稿进来回显')
this.personnelInfoData = this.personnelInfoData.map(item => {
return {
...item,