This commit is contained in:
xiongchengqiang 2020-12-21 16:39:38 +08:00
parent 2123462cb1
commit fb8eef2daa

View File

@ -386,8 +386,9 @@ export default {
this.nextProcess(res) this.nextProcess(res)
} }
}) })
if (res.resultRecordId) return
this.dialogFormVisible = false this.dialogFormVisible = false
if (res.resultRecordId) return
history.go(0) history.go(0)
}, },
// //
@ -404,7 +405,7 @@ export default {
}) })
history.go(0) history.go(0)
}).catch(() => { }).catch(() => {
history.go(0)
}) })
}, },
// //