mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 10:26:44 +08:00
重复回执失败提示生产问题修改 --提交人:白金岩
This commit is contained in:
@@ -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'
|
||||||
}
|
}
|
||||||
})
|
})*/
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user