Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
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
office
haoban-3
Commits
a8d6d059
Commit
a8d6d059
authored
Aug 18, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 企业数据商户切换刷新
parent
f02c156b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
enterpriseUseData.vue
src/views/enterpriseData/enterpriseUseData.vue
+2
-1
No files found.
src/views/enterpriseData/enterpriseUseData.vue
View file @
a8d6d059
...
...
@@ -168,6 +168,7 @@ export default {
that
.
brandListData
.
forEach
(
ele
=>
{
if
(
ele
.
enterpriseId
==
val
)
{
that
.
activeBrand
=
ele
.
enterpriseId
;
sessionStorage
.
setItem
(
'activeBrand'
,
val
);
}
});
that
.
getLoginData
();
...
...
@@ -185,7 +186,7 @@ export default {
if
(
resData
.
errorCode
==
1
)
{
if
(
!!
resData
.
result
&&
!!
resData
.
result
.
length
)
{
that
.
brandListData
=
resData
.
result
;
that
.
activeBrand
=
!!
that
.
$route
.
query
.
brandId
?
that
.
$route
.
query
.
brandId
:
that
.
brandListData
[
0
].
enterpriseId
;
that
.
activeBrand
=
sessionStorage
.
getItem
(
'activeBrand'
)
?
sessionStorage
.
getItem
(
'activeBrand'
)
:
!!
that
.
$route
.
query
.
brandId
?
that
.
$route
.
query
.
brandId
:
that
.
brandListData
[
0
].
enterpriseId
;
that
.
getLoginData
();
that
.
getTendData
();
that
.
getAreaLoginData
();
...
...
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