Commit 76768bbc by chenyu

update: update

parent 5755eaaa
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment