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
22731cf5
Commit
22731cf5
authored
May 07, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 请求参数
parent
f8bb7c07
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
3 deletions
+1
-3
index.vue
src/components/layout/index.vue
+1
-1
enterpriseUseData.vue
src/views/enterpriseData/enterpriseUseData.vue
+0
-1
index.vue
src/views/salesleads/index.vue
+0
-1
No files found.
src/components/layout/index.vue
View file @
22731cf5
...
@@ -45,7 +45,7 @@ export default {
...
@@ -45,7 +45,7 @@ export default {
},
},
methods
:
{
methods
:
{
getMenuList
()
{
getMenuList
()
{
getRequest
(
'/haoban-manage3-web/get-haoban-menu'
,
{
requestProject
:
'haoban-manage-web'
}).
then
(
res
=>
{
getRequest
(
'/haoban-manage3-web/get-haoban-menu'
,
{}).
then
(
res
=>
{
const
{
errorCode
,
result
}
=
res
.
data
||
[];
const
{
errorCode
,
result
}
=
res
.
data
||
[];
if
(
errorCode
!=
1
)
{
if
(
errorCode
!=
1
)
{
errorMsg
.
errorMsg
(
res
.
data
);
errorMsg
.
errorMsg
(
res
.
data
);
...
...
src/views/enterpriseData/enterpriseUseData.vue
View file @
22731cf5
...
@@ -168,7 +168,6 @@ export default {
...
@@ -168,7 +168,6 @@ export default {
that
.
brandListData
.
forEach
(
ele
=>
{
that
.
brandListData
.
forEach
(
ele
=>
{
if
(
ele
.
enterpriseId
==
val
)
{
if
(
ele
.
enterpriseId
==
val
)
{
that
.
activeBrand
=
ele
.
enterpriseId
;
that
.
activeBrand
=
ele
.
enterpriseId
;
sessionStorage
.
setItem
(
'userInfoBrandId'
,
val
);
}
}
});
});
that
.
getLoginData
();
that
.
getLoginData
();
...
...
src/views/salesleads/index.vue
View file @
22731cf5
...
@@ -203,7 +203,6 @@ export default {
...
@@ -203,7 +203,6 @@ export default {
let
that
=
this
;
let
that
=
this
;
that
.
activeBrand
=
id
;
that
.
activeBrand
=
id
;
that
.
activeGroup
=
groupId
;
that
.
activeGroup
=
groupId
;
sessionStorage
.
setItem
(
'userInfoBrandId'
,
id
);
this
.
getInfo
(
id
);
this
.
getInfo
(
id
);
that
.
getExpired
();
// 到期通知
that
.
getExpired
();
// 到期通知
},
},
...
...
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