订单搜索addTime更改为createTime

This commit is contained in:
hupeng
2020-07-11 10:50:24 +08:00
parent 3dd6eff302
commit d21050f78e

View File

@ -309,7 +309,7 @@
beforeInit() {
this.url = 'api/yxStoreOrder'
const sort = 'id,desc'
this.params = { page: this.page, size: this.size, sort: sort, orderStatus: this.status, orderType: this.orderType, addTime: this.createTime, listContent: this.listContent }
this.params = { page: this.page, size: this.size, sort: sort, orderStatus: this.status, orderType: this.orderType, createTime: this.createTime, listContent: this.listContent }
const query = this.query
const type = query.type
const value = query.value