Merge remote-tracking branch 'origin/dev_20230216' into dev_20230216
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user