|  | @@ -6,13 +6,15 @@
 | 
	
		
			
				|  |  |          <el-radio-button :label="2">个人模板</el-radio-button>
 | 
	
		
			
				|  |  |          <el-radio-button :label="3">科室模板</el-radio-button>
 | 
	
		
			
				|  |  |        </el-radio-group>
 | 
	
		
			
				|  |  | -      <div v-show="chaZhaoLeiXing === 1" style="height: 700px;overflow: auto">
 | 
	
		
			
				|  |  | -        <JyJcTree yjyc="jy" @nodeClick="nodeClick"/>
 | 
	
		
			
				|  |  | -      </div>
 | 
	
		
			
				|  |  | -      <div v-show="chaZhaoLeiXing !== 1">
 | 
	
		
			
				|  |  | -        <jy-jc-template-tree :data="templateData"
 | 
	
		
			
				|  |  | -                             @node-click="tempClick"
 | 
	
		
			
				|  |  | -                             @del-click="clickDeleteTemplate"/>
 | 
	
		
			
				|  |  | +      <div style=" overflow: auto" :style="{height: getWindowSize.h / 1.2 + 'px'}">
 | 
	
		
			
				|  |  | +        <div v-show="chaZhaoLeiXing === 1">
 | 
	
		
			
				|  |  | +          <JyJcTree yjyc="jy" @nodeClick="nodeClick"/>
 | 
	
		
			
				|  |  | +        </div>
 | 
	
		
			
				|  |  | +        <div v-show="chaZhaoLeiXing !== 1">
 | 
	
		
			
				|  |  | +          <jy-jc-template-tree :data="templateData"
 | 
	
		
			
				|  |  | +                               @node-click="tempClick"
 | 
	
		
			
				|  |  | +                               @del-click="clickDeleteTemplate"/>
 | 
	
		
			
				|  |  | +        </div>
 | 
	
		
			
				|  |  |        </div>
 | 
	
		
			
				|  |  |      </el-aside>
 | 
	
		
			
				|  |  |      <el-main>
 | 
	
	
		
			
				|  | @@ -125,6 +127,8 @@ import JyJcTree from "@/components/zhu-yuan-yi-sheng/yi-zhu-lu-ru/jy-jc-tree/JyJ
 | 
	
		
			
				|  |  |  import {xcMessage} from "@/utils/xiaochan-element-plus";
 | 
	
		
			
				|  |  |  import JyJcTemplateTree
 | 
	
		
			
				|  |  |    from "@/views/hospitalization/zhu-yuan-yi-sheng/jian-cha-jian-yan-shen-qing/JyJcTemplateTree.vue";
 | 
	
		
			
				|  |  | +import {getWindowSize} from '@/utils/window-size'
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  const props = defineProps({
 | 
	
		
			
				|  |  |    jianCha: {
 |