This commit is contained in:
zhutianqi
2021-11-24 13:42:48 +08:00
parent eda78537a1
commit 292727df33
@@ -372,6 +372,7 @@ export default {
}, res => { }, res => {
this.spinShow = false this.spinShow = false
this.$message.warning(res.data) this.$message.warning(res.data)
this.$router.push('/standContrast')
}, e => { }, e => {
}) })
}) })