瀏覽代碼

记录名称

baishaojie 1 月之前
父節點
當前提交
56f4c9de00
共有 1 個文件被更改,包括 2 次插入1 次删除
  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() {