diff --git a/src/views/order/orderList.vue b/src/views/order/orderList.vue index 50c58f4..f782733 100644 --- a/src/views/order/orderList.vue +++ b/src/views/order/orderList.vue @@ -172,7 +172,8 @@ productTypeName: "", is_merchant: false, createdDate: [], - paidDate: [], + payDate: [], + updateDate:[], start_created: "", end_created: "", start_paid: "", @@ -371,19 +372,20 @@ resetsearch(){ this.select.page = 1; this.select.merchant= ''; - this.select. keyword= ''; + this.select. keyword= ''; this.select.productType= ''; this.select.orderStates= ''; - this.select. productTypeName= ''; - this.select. is_merchant= false; + this.select.productTypeName= ''; + this.select.is_merchant= false; this.select.createdDate= []; - this.select. paidDate= []; - this.select. start_created= ""; - this.select. end_created= ''; - this.select. start_paid= ''; + this.select.payDate= []; + this.select.updateDate=[]; + this.select.start_created= ""; + this.select.end_created= ''; + this.select.start_paid= ''; this.select.end_paid= ''; this.select.start_updated= ''; - this.select. end_updated= ''; + this.select.end_updated= ''; this.getOrders(); }, changeUpdateDate(e){