This commit is contained in:
xiongchengqiang 2020-12-21 16:43:03 +08:00
parent fb8eef2daa
commit 590c9ce38d

View File

@ -534,7 +534,7 @@ export default {
this.nextProcess(res)
}
})
if (!res.resultRecordId) {
if (res.resultRecordId) {
resolve(0)
} else {
history.go(0)