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
2ff081c9
Commit
2ff081c9
authored
Mar 20, 2020
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
3c4cbe0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
11 deletions
+23
-11
baseInfo.vue
src/pages/userBindNew/org/baseInfo.vue
+23
-11
No files found.
src/pages/userBindNew/org/baseInfo.vue
View file @
2ff081c9
...
...
@@ -569,6 +569,11 @@ export default {
this
.
flag
=
true
}
},
'flag'
(
newVal
,
oldVal
)
{
if
(
window
.
localStorage
.
getItem
(
'bp_id'
)
&&
!
this
.
flag
)
{
this
.
checkUpdate
()
}
},
// 监听客户类型
'baseInfo.bp_type_n'
()
{
let
vm
=
this
...
...
@@ -897,16 +902,23 @@ export default {
},
})
},
// changeUndertake () {
// this.$router.push({
// name: 'MarginFirstPay',
// params: {
// bp_id: this.$route.params.bp_id,
// status: this.$route.params.status,
// isAGENT: this.isAGENT,
// },
// })
// },
checkUpdate
()
{
let
vm
=
this
let
url
=
process
.
env
.
basePath
+
'prj_cdd_check_update'
let
param
=
{
document_id
:
window
.
localStorage
.
bp_id
,
tab_group
:
'HLS_ORG_AUTH'
,
}
vm
.
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
vm
.
loadItemList
(
false
)
}
else
{
hlsPopup
.
showError
(
res
.
message
)
}
})
},
addRows
(
e
)
{
if
(
e
)
{
let
addNum
=
Math
.
ceil
(
e
.
length
/
16
)
...
...
@@ -1735,7 +1747,7 @@ export default {
// 附件查询
loadItemList
(
flag
)
{
let
vm
=
this
let
bpId
=
vm
.
from
?
vm
.
$route
.
params
.
bp_id
:
vm
.
bp_id
let
bpId
=
vm
.
from
?
window
.
localStorage
.
bp_id
:
vm
.
bp_id
if
(
bpId
===
'undefined'
)
{
bpId
=
null
}
...
...
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