Sfoglia il codice sorgente

订单列表重置

hwb0 3 anni fa
parent
commit
2388c9b051
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 1 0
      src/views/order/channel/index.vue
  2. 1 0
      src/views/order/deliver/index.vue

+ 1 - 0
src/views/order/channel/index.vue

@@ -291,6 +291,7 @@ export default {
         channelId: "",
         status: null,
       };
+      this.state = "null"
       this.tradeTimeArr = [];
       this.getList();
     },

+ 1 - 0
src/views/order/deliver/index.vue

@@ -287,6 +287,7 @@ export default {
         endTime: "",
         status: "",
       };
+      this.state = "no"
       this.tradeTimeArr = [];
       this.getList();
     },