quwangxin 2 лет назад
Родитель
Сommit
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();
       }
     }