Merge remote-tracking branch 'origin/dev_20230216' into dev_20230216

This commit is contained in:
gaojiabao
2023-05-15 16:35:16 +08:00
@@ -553,8 +553,8 @@ export default {
if (res.success) {
this.addLog(this.qbfsForm)
this.$message.success(res.message)
if(this.type === '4'){
this.batchToDoTasks(data).then((result)=>{
if(this.type === '4' && data.isNot === '1'){
this.batchToDoTasks(data.ids).then((result)=>{
if(result.success){
console.log(result)
this.$router.push('/processCenter')