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