Commit 2cae3df9 authored by 李晓兵's avatar 李晓兵

'修改自然人号码'

parent b6fd2f39
......@@ -120,14 +120,14 @@ export default {
},
goFunctionHome (data) {
if (data.functionState === 'NaturePersonReadOnly') {
if (this.user_bp_status === 'APPROVED' && this.user_bp_class === 'NP') {
if (this.user_bp_status !== 'APPROVING' && this.user_bp_class === 'NP') {
this.$router.push({
name: 'NaturePersonReadOnly',
params: {
'bp_id': this.bp_id,
},
})
} else if (this.user_bp_status === 'APPROVED' && this.user_bp_class === 'ORG') {
} else if (this.user_bp_status !== 'APPROVING' && this.user_bp_class === 'ORG') {
this.$router.push({
name: 'EnterpriseReadOnly',
params: {
......
......@@ -249,7 +249,7 @@ export default {
invoice_title: '',
invoice_bp_address_phone_num: '',
invoice_kind: '',
user_phone: window.localStorage.user_iphone,
user_phone: window.localStorage.user_phone,
},
}
},
......
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