Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
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
integralMall
integral-mall
Commits
76768bbc
Commit
76768bbc
authored
Feb 16, 2022
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: update
parent
5755eaaa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
list.vue
src/views/activities/flashSale/list.vue
+2
-1
No files found.
src/views/activities/flashSale/list.vue
View file @
76768bbc
...
...
@@ -46,6 +46,7 @@
@
change=
"getSearchList('1')"
v-model=
"dateValue"
type=
"datetimerange"
value-format=
"yyyy-MM-dd HH:mm:ss"
range-separator=
"~"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
...
...
@@ -213,7 +214,7 @@ export default {
...
this
.
query
,
};
this
.
loading
=
true
;
request
.
post
(
'/api-integral-mall/get-activity-page'
,
params
).
then
(
res
=>
{
request
.
post
(
'/api-integral-mall/get-activity-page'
,
qs
.
stringify
(
params
)
).
then
(
res
=>
{
if
(
res
.
data
.
errorCode
===
0
)
{
if
(
res
.
data
.
result
.
result
)
{
this
.
tableData
=
res
.
data
.
result
.
result
;
...
...
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