|
|
@@ -131,7 +131,21 @@ export default {
|
|
|
submitInfoSuccess (res) {
|
|
|
this.hideLoading()
|
|
|
console.log(res)
|
|
|
- notify('success', '认证信息上传成功')
|
|
|
+ this.$confirm('认证信息提交成功,将于10个工作日内审核完成')
|
|
|
+ .then(_ => {
|
|
|
+ //done()
|
|
|
+ this.$router.push({
|
|
|
+ name: 'EnterpriseAuthentication',
|
|
|
+ params: {userId: this.user.userVO.id}
|
|
|
+ })
|
|
|
+ this.hideDialog()
|
|
|
+ })
|
|
|
+ .catch(_ => {
|
|
|
+ this.$router.push({
|
|
|
+ name: 'EnterpriseAuthentication',
|
|
|
+ params: {userId: this.user.userVO.id}
|
|
|
+ })
|
|
|
+ })
|
|
|
},
|
|
|
submitInfoFail (error) {
|
|
|
this.hideLoading()
|