更名待办判断

This commit is contained in:
zyn
2023-05-15 16:35:03 +08:00
parent e4c2234f16
commit bfbbee0e90
@@ -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')