Przeglądaj źródła

订单列表重置

hwb0 3 lat temu
rodzic
commit
2388c9b051

+ 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();
     },