|
|
@@ -408,7 +408,7 @@
|
|
|
if (!this.checkData.checked) {
|
|
|
this.$message.error('您还没有勾选相关条款')
|
|
|
} else {
|
|
|
- this.storeApply()
|
|
|
+ this.storeApply(this.loginData.enterprise.uu)
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -423,8 +423,9 @@
|
|
|
this.$http.get(`/user/authentication/` + response.data.data.enuu).then(() => {
|
|
|
this.$store.dispatch('loadUserInfo')
|
|
|
this.loginData.isSelf = false
|
|
|
+ this.loginData.enterprise.uu = response.data.data.enuu
|
|
|
this.storeApply(response.data.data.enuu)
|
|
|
- // window.location.reload()
|
|
|
+// window.location.reload()
|
|
|
})
|
|
|
}
|
|
|
)
|