|  | @@ -25,7 +25,7 @@
 | 
	
		
			
				|  |  |                          <div class="borderimg"><el-button @click="dialogVisible = false">取消</el-button></div>
 | 
	
		
			
				|  |  |                      </div>
 | 
	
		
			
				|  |  |                      <div class="footerbtn">
 | 
	
		
			
				|  |  | -                        <div class="borderimg"><el-button @click="classclick();dialogVisible= false;">
 | 
	
		
			
				|  |  | +                        <div class="borderimg"><el-button @click="classclick(); dialogVisible= false;">
 | 
	
		
			
				|  |  |                                  确定
 | 
	
		
			
				|  |  |                              </el-button></div>
 | 
	
		
			
				|  |  |                      </div>
 | 
	
	
		
			
				|  | @@ -365,7 +365,7 @@ let firesid = ref("");
 | 
	
		
			
				|  |  |  const currentPage4 = ref(1);
 | 
	
		
			
				|  |  |  const pageSize4 = ref(3)
 | 
	
		
			
				|  |  |  let total = ref(1);
 | 
	
		
			
				|  |  | -const dialogVisible = ref(false);
 | 
	
		
			
				|  |  | +const dialogVisible = ref(true);
 | 
	
		
			
				|  |  |  const classradio = ref();
 | 
	
		
			
				|  |  |  let classradio1 = ref('Fire');
 | 
	
		
			
				|  |  |  const leftcoll = ref({
 | 
	
	
		
			
				|  | @@ -478,10 +478,13 @@ const handleCurrentChange = ({ row, rowIndex }) => {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // 类型选择
 | 
	
		
			
				|  |  |  const classclick = () => {
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        console.log( dialogVisible.value);
 | 
	
		
			
				|  |  |      dialog.value.dialogVisible_fire = true;
 | 
	
		
			
				|  |  |      classradio.value = classradio1.value;
 | 
	
		
			
				|  |  |      props.addselect();
 | 
	
		
			
				|  |  |      getdata();
 | 
	
		
			
				|  |  | + 
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  // 事故确定列表
 | 
	
		
			
				|  |  |  const accident = () => {
 | 
	
	
		
			
				|  | @@ -834,7 +837,7 @@ onBeforeUnmount(() => {
 | 
	
		
			
				|  |  |  });
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  onMounted(() => {
 | 
	
		
			
				|  |  | -    dialogVisible.value=true;
 | 
	
		
			
				|  |  | +   // dialogVisible.value=true;
 | 
	
		
			
				|  |  |  });
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  defineExpose({ monitor, accident2, leftcoll, classradio, aid, dialogVisible });
 |