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

(cherry picked from commit 01cac8d4b0)
This commit is contained in:
bai.jinyan
2021-11-04 21:18:28 +08:00
parent a95ade983f
commit 5602b18863

View File

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