|
@@ -59,7 +59,7 @@ import { sceneDeptShare, shareAuthList, getHigherLevelDept } from "@/request/url
|
|
|
const props = defineProps<{ caseId: number, projectName?: string }>();
|
|
const props = defineProps<{ caseId: number, projectName?: string }>();
|
|
|
|
|
|
|
|
// 数据大屏可见
|
|
// 数据大屏可见
|
|
|
-const visibleInDashboard = ref<boolean>(true);
|
|
|
|
|
|
|
+const visibleInDashboard = ref<boolean>(false);
|
|
|
|
|
|
|
|
// 上级组织选择与权限
|
|
// 上级组织选择与权限
|
|
|
const organTrees = ref<Organization[]>([]);
|
|
const organTrees = ref<Organization[]>([]);
|