Browse Source

盲票销售订单状态重置

hwb0 3 years ago
parent
commit
8346cdcb03
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/order/userTicket/index.vue

+ 3 - 0
src/views/order/userTicket/index.vue

@@ -166,6 +166,7 @@ export default {
         startTime: "",
         startTime: "",
         endTime: "",
         endTime: "",
         phone: "",
         phone: "",
+        status: ""
       },
       },
       // 分页
       // 分页
       pageParams: {
       pageParams: {
@@ -235,6 +236,8 @@ export default {
       this.pageParams.pageNum = 1;
       this.pageParams.pageNum = 1;
       this.queryParams.startTime = "";
       this.queryParams.startTime = "";
       this.queryParams.endTime = "";
       this.queryParams.endTime = "";
+      this.queryParams.status = "";
+      this.state = "null"
       this.getList();
       this.getList();
     },
     },