quwangxin hace 2 años
padre
commit
d19af91f97
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();
       }
     }