企标废止批准流程优化

This commit is contained in:
SUNJIABIN
2023-05-15 18:03:58 +08:00
parent 0893be0be8
commit 5d2aca2b49
@@ -402,8 +402,8 @@ export default {
id: this.qbfsForm.standId, id: this.qbfsForm.standId,
} }
this.$http._getData('lawss/sarBussionessStand/repeal',params,{}).then(res => { this.$http._getData('lawss/sarBussionessStand/repeal',params,{}).then(res => {
if(res && res.result){ if(res && res.ok){
this.completeTask() this.completeTask(json)
} }
}).catch(e=>{ }).catch(e=>{
console.log(e) console.log(e)
@@ -413,11 +413,11 @@ export default {
} }
}) })
}, },
completeTask(){ completeTask(json){
this.$http.post("lawss/activiti/completeTask", { this.$http.post("lawss/activiti/completeTask", {
taskIds: this.$route.query.taskIds, taskIds: this.$route.query.taskIds,
userId: this.$store.getters.userInfo.userId, userId: this.$store.getters.userInfo.userId,
json: json json
}, { }, {
_this: this _this: this
}, res => { }, res => {