Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
08c905e6
Commit
08c905e6
authored
Aug 07, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优惠券处理
parent
73e173dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
usersCoupon.vue
src/components/UserMan/usersCoupon.vue
+6
-4
No files found.
src/components/UserMan/usersCoupon.vue
View file @
08c905e6
...
...
@@ -87,7 +87,8 @@
msg
:
{
pageIndex
:
1
,
pageSize
:
15
,
UserId
:
-
1
,
//0-未使用,1-已使用,2-已过期,-1全部
UseState
:
-
1
,
//0-未使用,1-已使用,2-已过期,-1全部
UserId
:
0
,
StartDate
:
''
,
EndDate
:
''
,
},
...
...
@@ -103,10 +104,11 @@
}
},
created
()
{
this
.
getList
();
if
(
this
.
$route
.
query
.
UserId
){
console
.
log
(
this
.
$route
.
query
.
UserId
)
this
.
msg
.
UserId
=
this
.
$route
.
query
.
UserId
;
}
this
.
getList
();
},
mounted
()
{
},
...
...
@@ -134,7 +136,7 @@
this
.
getList
();
},
handleClick
(
val
){
this
.
msg
.
Use
rId
=
val
.
$attrs
.
dataId
;
this
.
msg
.
Use
State
=
val
.
$attrs
.
dataId
;
this
.
getList
()
},
delete_b
(
row
){
...
...
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