Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xugong
hls-xcmg-vue-app
Commits
9db3e40c
Commit
9db3e40c
authored
Mar 21, 2020
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
cebef3a7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
5 deletions
+19
-5
baseInfo.vue
src/pages/userBindNew/org/baseInfo.vue
+19
-5
No files found.
src/pages/userBindNew/org/baseInfo.vue
View file @
9db3e40c
...
@@ -569,11 +569,12 @@ export default {
...
@@ -569,11 +569,12 @@ export default {
this
.
flag
=
true
this
.
flag
=
true
}
}
},
},
'flag'
(
newVal
,
oldVal
)
{
// 'flag' (newVal, oldVal) {
if
(
window
.
localStorage
.
getItem
(
'bp_id'
)
&&
!
this
.
flag
)
{
// if (window.localStorage.getItem('bp_id') && !newVal) {
this
.
checkUpdate
()
// debugger
}
// this.checkUpdate()
},
// }
// },
// 监听客户类型
// 监听客户类型
'baseInfo.bp_type_n'
()
{
'baseInfo.bp_type_n'
()
{
let
vm
=
this
let
vm
=
this
...
@@ -1391,10 +1392,23 @@ export default {
...
@@ -1391,10 +1392,23 @@ export default {
// 授权切换
// 授权切换
authorizeChange
()
{
authorizeChange
()
{
this
.
flag
=
!
this
.
flag
this
.
flag
=
!
this
.
flag
this
.
authMsg
=
{
auth_person_name
:
''
,
auth_person_matter
:
''
,
auth_person_id_card
:
''
,
auth_cell_phone
:
''
,
auth_person_position
:
''
,
auth_id_card_date_from
:
''
,
// 授权人身份证有效期从
auth_id_card_date_to
:
''
,
// 授权人身份证有效期到
}
this
.
authidCardFront
=
''
this
.
authidCardBack
=
''
this
.
laImg
=
''
if
(
this
.
flag
)
{
if
(
this
.
flag
)
{
this
.
auth_flag
=
'未授权'
this
.
auth_flag
=
'未授权'
}
else
{
}
else
{
this
.
auth_flag
=
'已授权'
this
.
auth_flag
=
'已授权'
this
.
checkUpdate
()
}
}
},
},
// 选择省份
// 选择省份
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment