Commit 66d8c4fa authored by linxin's avatar linxin

Merge branch 'liuin' into uat

parents 1d08a31f fbc32bb0
...@@ -466,6 +466,7 @@ export default { ...@@ -466,6 +466,7 @@ export default {
beforeRouteEnter (to, from, next) { beforeRouteEnter (to, from, next) {
// 绑定查询入口 // 绑定查询入口
next(vm => { next(vm => {
vm.isAddNewType = false
if (from.fullPath === '/tab/my-info') { if (from.fullPath === '/tab/my-info') {
if (vm.$route.params.status === 'APPROVED') { if (vm.$route.params.status === 'APPROVED') {
vm.isApproved = true vm.isApproved = true
......
...@@ -602,6 +602,7 @@ export default { ...@@ -602,6 +602,7 @@ export default {
next(vm => { next(vm => {
vm.getBpType() vm.getBpType()
vm.getProvince() vm.getProvince()
vm.isAddNewType = false
if (from.fullPath === '/tab/my-info') { /* || from.fullPath === '/margin-first-pay' */ if (from.fullPath === '/tab/my-info') { /* || from.fullPath === '/margin-first-pay' */
vm.legal_personMsg = { vm.legal_personMsg = {
id_card_no: null, id_card_no: null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment