Эх сурвалжийг харах

新增自定义节点修改

duy 11 сар өмнө
parent
commit
3d4451034a

+ 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(() => {