Browse Source

标准分类

ZaiZai 10 tháng trước cách đây
mục cha
commit
2f665aa683
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/manager/projectinfo/tree.vue

+ 1 - 1
src/views/manager/projectinfo/tree.vue

@@ -3030,7 +3030,7 @@ export default {
           element.dictKey = Number(element.dictKey);
         });
         // 定义要过滤的 dictKey 值
-        const targetKeys = [1, 2, 3, 4];
+        const targetKeys = [1, 2, 3, 4, 5];
         // 过滤数组
         const filteredOptions = res.data.data.filter((item) =>
           targetKeys.includes(item.dictKey)