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) {
this.addLog(this.qbfsForm)
this.$message.success(res.message)
if(this.type === '4'){
this.batchToDoTasks(data.ids).then((result)=>{
if(result.ok){
console.log(result)
this.$router.push('/processCenter')
}
})
}else{
// 重复发送代办
// if(this.type === '4'){
// this.batchToDoTasks(data.ids).then((result)=>{
// if(result.ok){
// console.log(result)
// this.$router.push('/processCenter')
// }
// })
// }else{
this.$router.push('/processCenter')
}
// }
}
this.isSubmit = false
this.saveLoading = false