Explorar el Código

visibleInDashboard 大屏配置默认不可见

tangning hace 1 semana
padre
commit
7aa0096624
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/view/case/newShare.vue

+ 1 - 1
src/view/case/newShare.vue

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