duy 9 달 전
부모
커밋
003f496f06
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/desk/wbs/tree-node-edit.vue

+ 1 - 1
src/views/desk/wbs/tree-node-edit.vue

@@ -482,7 +482,7 @@ const geStandardTypeOptions = 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)