소스 검색

新增自定义节点修改

duy 11 달 전
부모
커밋
3d4451034a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/data-fill/division.vue

+ 2 - 0
src/views/data-fill/division.vue

@@ -897,6 +897,7 @@ import divisionApi from "~api/data-fill/division";
 import Draggable from "vuedraggable";
 import { HcDelMsg } from "hc-vue3-ui";
 import { getChildList } from "~api/other";
+import { getDictionaryData } from "~uti/tools";
 //初始变量
 const router = useRouter();
 const useRoutes = useRoute();
@@ -930,6 +931,7 @@ onMounted(() => {
     getMajorDataTypeApi();
     getWbsNodeTableTypeApi();
     getTableOwnerTypeApi();
+    getStandardTypeOptions();
 });
 //缓存被激活时
 onActivated(() => {