baishaojie 1 сар өмнө
parent
commit
56f4c9de00

+ 2 - 1
src/views/formulationPlan/materialIssuancePlan/index.vue

@@ -1455,7 +1455,8 @@ export default {
             { id: 6, name: "第六班" },
           ];
         }
-        this.frequencyList1 = [{ id: 0, name: "全部" }, ...this.frequencyList];
+        // this.frequencyList1 = this.frequencyList
+        this.frequencyList1 = [ { id: 0, name: "全部" }, ...this.frequencyList];
       });
     },
     getList1() {