duy 3 周之前
父节点
当前提交
8139ef3140
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/data-fill/division.vue

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

@@ -1809,7 +1809,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)