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() { 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) => { return new Promise((resolve, reject) => {
inboundLiaisonDetail({ inboundLiaisonDetail({
taskIds: this.taskIds, taskIds: this.taskIds,
pId: this.pId pId: this.pId
}).then(res => { }).then(res => {
let data = JSON.parse(res.mesg) let data = JSON.parse(res.mesg)
console.log(data);
let jsonData = JSON.parse(res.mesg) let jsonData = JSON.parse(res.mesg)
this.jsonData = jsonData.form ? jsonData.form : jsonData this.jsonData = jsonData.form ? jsonData.form : jsonData
this.commentText5 = data.commentText5 || '' this.commentText5 = data.commentText5 || ''
@@ -398,6 +398,7 @@ export default {
prcType: row.prcType, prcType: row.prcType,
disabledXX:true, disabledXX:true,
verifySarStandard:true, verifySarStandard:true,
index:this.approveRowIndex
} }
} }
if (unShowReceipt) { if (unShowReceipt) {