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