fix: 更名流程重复发送代办问题

This commit is contained in:
wxyclub
2023-12-01 17:36:06 +08:00
parent a5e3fd56a7
commit c7d6a530f4
@@ -579,16 +579,17 @@ export default {
if (res.success) { if (res.success) {
this.addLog(this.qbfsForm) this.addLog(this.qbfsForm)
this.$message.success(res.message) this.$message.success(res.message)
if(this.type === '4'){ // 重复发送代办
this.batchToDoTasks(data.ids).then((result)=>{ // if(this.type === '4'){
if(result.ok){ // this.batchToDoTasks(data.ids).then((result)=>{
console.log(result) // if(result.ok){
this.$router.push('/processCenter') // console.log(result)
} // this.$router.push('/processCenter')
}) // }
}else{ // })
// }else{
this.$router.push('/processCenter') this.$router.push('/processCenter')
} // }
} }
this.isSubmit = false this.isSubmit = false
this.saveLoading = false this.saveLoading = false