Jelajahi Sumber

盲票销售订单状态重置

hwb0 3 tahun lalu
induk
melakukan
8346cdcb03
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 3 0
      src/views/order/userTicket/index.vue

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

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