企标废止批准流程优化

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,
}
this.$http._getData('lawss/sarBussionessStand/repeal',params,{}).then(res => {
if(res && res.result){
this.completeTask()
if(res && res.ok){
this.completeTask(json)
}
}).catch(e=>{
console.log(e)
@@ -413,11 +413,11 @@ export default {
}
})
},
completeTask(){
completeTask(json){
this.$http.post("lawss/activiti/completeTask", {
taskIds: this.$route.query.taskIds,
userId: this.$store.getters.userInfo.userId,
json: json
json
}, {
_this: this
}, res => {