重复回执失败提示生产问题修改 --提交人:白金岩

This commit is contained in:
bai.jinyan
2021-11-04 21:18:28 +08:00
parent c3572ac4b0
commit 01cac8d4b0

View File

@@ -381,7 +381,8 @@ export default {
} }
}) })
} else { } else {
window.localStorage.setItem('submitStatus', res.result) this.$toast(res.resultMessage)
/*window.localStorage.setItem('submitStatus', res.result)
this.$jump({ this.$jump({
flag: 'h5', flag: 'h5',
extra: { extra: {
@@ -391,7 +392,7 @@ export default {
routerInfo: { routerInfo: {
path: '/serve/result' path: '/serve/result'
} }
}) })*/
} }
}) })
}, },