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