Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
ybf
Project
Project
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
xulili
ybf
Commits
7a9555b0
Commit
7a9555b0
authored
5 years ago
by
xd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
专柜切换修改
parent
17c005aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
changeCounter.vue
wx_application/src/views/counter/changeCounter.vue
+6
-7
No files found.
wx_application/src/views/counter/changeCounter.vue
View file @
7a9555b0
...
...
@@ -35,16 +35,15 @@ export default {
this
.
getList
()
},
methods
:
{
getList
()
{
getList
()
{
if
(
this
.
$route
.
query
.
userId
!==
''
)
{
let
params
=
{
user_id
:
this
.
$route
.
query
.
userId
}
this
.
userId
=
this
.
$route
.
query
.
userId
}
else
{
let
params
=
{
user_id
:
sessionStorage
.
getItem
(
'userId'
)
}
this
.
userId
=
sessionStorage
.
getItem
(
'userId'
)
}
let
params
=
{
user_id
:
this
.
userId
}
getStoreList
(
params
).
then
(
res
=>
{
console
.
log
(
res
.
data
)
this
.
list
=
res
.
data
...
...
This diff is collapsed.
Click to expand it.
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