This commit is contained in:
zyn
2022-12-14 14:07:43 +08:00
parent 4b9dea934d
commit 370bb3d219
2 changed files with 10 additions and 1 deletions
@@ -435,13 +435,21 @@
})
},
getData() {
this.$http.get("lawss/activiti/queryTaskIndex", {
bpnId:this.$route.query.bpnId,
index:this.$route.query.index
}, {
_this: this
}, res => {
console.log(res)
}, e => {
});
return new Promise((resolve, reject) => {
inboundLiaisonDetail({
taskIds: this.taskIds,
pId: this.pId
}).then(res => {
let data = JSON.parse(res.mesg)
console.log(data);
let jsonData = JSON.parse(res.mesg)
this.jsonData = jsonData.form ? jsonData.form : jsonData
this.commentText5 = data.commentText5 || ''
@@ -398,6 +398,7 @@ export default {
prcType: row.prcType,
disabledXX:true,
verifySarStandard:true,
index:this.approveRowIndex
}
}
if (unShowReceipt) {