|
@@ -71,7 +71,7 @@ import {
|
|
|
modelsChangeStoreStack,
|
|
|
showRightPanoStack,
|
|
|
} from "@/env";
|
|
|
-import { ref, nextTick, watchEffect, computed, watch, reactive } from "vue";
|
|
|
+import { ref, nextTick, watchEffect, computed, watch, reactive, onMounted } from "vue";
|
|
|
import { Dialog } from "bill/expose-common";
|
|
|
|
|
|
import Actions from "@/components/actions-merge/index.vue";
|
|
@@ -82,6 +82,10 @@ import { clickListener, getOffset } from "@/utils/event";
|
|
|
import { useRMenus } from "@/components/right-menu";
|
|
|
import { actionItems, currentItem } from ".";
|
|
|
|
|
|
+onMounted(() => {
|
|
|
+ sdk.setHisPathDisplay(false)
|
|
|
+ sdk.setLivePathDisplay(false)
|
|
|
+});
|
|
|
const active = useActive();
|
|
|
|
|
|
const othActions = reactive([
|