quwangxin 2 年之前
父節點
當前提交
d19af91f97
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/productionPlan/components/productionPlan-search.vue

+ 1 - 0
src/views/productionPlan/components/productionPlan-search.vue

@@ -232,6 +232,7 @@
       /*  重置 */
       reset () {
         this.where = { ...this.defaultWhere };
+        this.where.status = this.statusOpt[this.activeName][0].value;
         this.search();
       }
     }