未符合项整改流程

This commit is contained in:
shenyanpei
2021-12-22 19:11:23 +08:00
parent 97c8b3f632
commit 68d892e1c9
2 changed files with 2 additions and 4 deletions
@@ -273,7 +273,7 @@ export default {
this.$nextTick(() => {
if (item.responUserList !== undefined) {
let listJSON = JSON.parse(JSON.stringify(item.responUserList))
this.dataList = [listJSON][0].standardInfoList
this.dataList = [listJSON][0]
} else {
if (item.dockUserList !== undefined) {
let listJSON = JSON.parse(JSON.stringify(item.dockUserList))
@@ -339,9 +339,7 @@ export default {
this.backLoading = true
if (this.commentText) {
var json = {
responUserList: {
standardInfoList: this.dataList
},
responUserList: this.dataList,
actionFlag: 1,
commentText: this.commentText
}