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

'修改自然人号码'

parent b6fd2f39
...@@ -120,14 +120,14 @@ export default { ...@@ -120,14 +120,14 @@ export default {
}, },
goFunctionHome (data) { goFunctionHome (data) {
if (data.functionState === 'NaturePersonReadOnly') { 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({ this.$router.push({
name: 'NaturePersonReadOnly', name: 'NaturePersonReadOnly',
params: { params: {
'bp_id': this.bp_id, '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({ this.$router.push({
name: 'EnterpriseReadOnly', name: 'EnterpriseReadOnly',
params: { params: {
......
...@@ -249,7 +249,7 @@ export default { ...@@ -249,7 +249,7 @@ export default {
invoice_title: '', invoice_title: '',
invoice_bp_address_phone_num: '', invoice_bp_address_phone_num: '',
invoice_kind: '', 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