Merge branch 'dev_20230829_change' into dev_20231201_feizhi

This commit is contained in:
zyn
2023-12-01 18:05:08 +08:00
@@ -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