quwangxin 2 lat temu
rodzic
commit
d19af91f97

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