未符合项整改

This commit is contained in:
zhoulingpo
2023-12-05 10:23:56 +08:00
parent bd820559a0
commit 78cf8bcefd
2 changed files with 2 additions and 2 deletions
@@ -302,7 +302,7 @@ export default {
this.passInfo = JSON.parse(JSON.stringify(item)).passInfo
}
this.dataList = JSON.parse(JSON.stringify(item)).standardInfoList
this.commentInfo = JSON.parse(JSON.stringify(item)).commentInfo
this.commentInfo = JSON.parse(JSON.stringify(item)).commentInfo || ''
})
},
// 批量选择分发责任人
@@ -290,7 +290,7 @@ export default {
if (item.responUserList !== undefined) {
let listJSON = JSON.parse(JSON.stringify(item.responUserList))
this.dataList = listJSON
this.commentInput = JSON.parse(JSON.stringify(item)).commentInput
this.commentInput = JSON.parse(JSON.stringify(item)).commentInput || ''
} else {
if (item.dockUserList !== undefined) {
let listJSON = JSON.parse(JSON.stringify(item.dockUserList))