企标废止批准流程优化
This commit is contained in:
@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user