Commit 0f8698e2 by shaojiawen

update:时间处理

parent fc32fe43
......@@ -223,6 +223,8 @@ export default {
},
getIntegralDataPage() {
this.loading = true;
console.log(this.dateDefault);
if(!this.dateDefault) this.dateDefault = ['', ''];
let para = this.form
para['memberId'] = this.memberId
para['pageSize'] = this.page.pageSize
......
......@@ -146,6 +146,7 @@ export default {
},
getIntegralDataPage() {
this.loading = true;
if(!this.dateDefault) this.dateDefault = ['', ''];
doFetch(url.enterpriseIntegralWithholdData, {
memberId: this.memberId,
pageSize: this.page.pageSize,
......
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