ZaiZai 3 weeks ago
parent
commit
9d6924e135
2 changed files with 2 additions and 2 deletions
  1. 1 1
      public/version.json
  2. 1 1
      src/views/data-fill/wbs.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20241101170145"
+  "value": "20241105104133"
 }

+ 1 - 1
src/views/data-fill/wbs.vue

@@ -2350,7 +2350,7 @@ const getStandardTypeOptions = async () => {
         })
     })
     // 定义要过滤的 dictKey 值
-    const targetKeys = [1, 2, 3, 4]
+    const targetKeys = [1, 2, 3, 4, 5]
     // 过滤数组
     standardTypeOptions.value = standardTypeOptions.value.filter((item) =>
         targetKeys.includes(item.value),