Browse Source

记录名称

baishaojie 1 month ago
parent
commit
56f4c9de00
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/formulationPlan/materialIssuancePlan/index.vue

+ 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() {