From d21050f78e733809e7a142ffdc190430c93269ca Mon Sep 17 00:00:00 2001 From: hupeng Date: Sat, 11 Jul 2020 10:50:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=90=9C=E7=B4=A2addTime?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=B8=BAcreateTime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/shop/order/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/shop/order/index.vue b/src/views/shop/order/index.vue index 4c29282..3bf4d7c 100644 --- a/src/views/shop/order/index.vue +++ b/src/views/shop/order/index.vue @@ -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