未符合项整改
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user