This commit is contained in:
xiongchengqiang 2020-12-21 16:36:21 +08:00
parent 8ea4638b8f
commit 2123462cb1

View File

@ -386,7 +386,7 @@ export default {
this.nextProcess(res)
}
})
if (!res.resultRecordId) return
if (res.resultRecordId) return
this.dialogFormVisible = false
history.go(0)
},