|  | @@ -112,7 +112,7 @@ export default {
 | 
											
												
													
														|  |        this.getDictHandler('core_registration_project', res => {
 |  |        this.getDictHandler('core_registration_project', res => {
 | 
											
												
													
														|  |          this.dataList = JSON.parse(JSON.stringify(res))
 |  |          this.dataList = JSON.parse(JSON.stringify(res))
 | 
											
												
													
														|  |          this.dataList.forEach(item => {
 |  |          this.dataList.forEach(item => {
 | 
											
												
													
														|  | -          this.$set(item, 'situation', ' ') //异常情况初始化默认值
 |  | 
 | 
											
												
													
														|  | 
 |  | +          this.$set(item, 'situation', '') //异常情况初始化默认值
 | 
											
												
													
														|  |            this.$set(item, 'isChecked', false) //选中初始值
 |  |            this.$set(item, 'isChecked', false) //选中初始值
 | 
											
												
													
														|  |            this.$set(item, 'abnormalIllustrate', '') //情况说明初始化默认值
 |  |            this.$set(item, 'abnormalIllustrate', '') //情况说明初始化默认值
 | 
											
												
													
														|  |            
 |  |            
 | 
											
										
											
												
													
														|  | @@ -137,10 +137,10 @@ export default {
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      checkedFc(val,item){
 |  |      checkedFc(val,item){
 | 
											
												
													
														|  |        if(val){
 |  |        if(val){
 | 
											
												
													
														|  | -        item.situation='0'
 |  | 
 | 
											
												
													
														|  | -      }else{
 |  | 
 | 
											
												
													
														|  | -        item.situation=''
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | 
 |  | +        if(!item.situation){
 | 
											
												
													
														|  | 
 |  | +          item.situation='0'
 | 
											
												
													
														|  | 
 |  | +        } 
 | 
											
												
													
														|  | 
 |  | +          
 | 
											
												
													
														|  |        }
 |  |        }
 | 
											
												
													
														|  |        
 |  |        
 | 
											
												
													
														|  |      },
 |  |      },
 |