修改
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user