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