瀏覽代碼

订单列表重置

hwb0 3 年之前
父節點
當前提交
2388c9b051
共有 2 個文件被更改,包括 2 次插入0 次删除
  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();
     },