|  | @@ -51,9 +51,9 @@
 | 
	
		
			
				|  |  |        </el-pagination>
 | 
	
		
			
				|  |  |      </template>
 | 
	
		
			
				|  |  |      <!-- 弹窗 -->
 | 
	
		
			
				|  |  | -    <assign v-if="assignVisible" ref="assign" @onChose="onChose" />
 | 
	
		
			
				|  |  | -    <notice-change v-if="noticeChangeVisible" ref="noticeChange" @onChose="onChose" />
 | 
	
		
			
				|  |  | -    <submit-plan v-if="submitVisible" ref="submit" @onChose="onChose" />
 | 
	
		
			
				|  |  | +    <assign v-if="assignVisible" ref="assign" @onChose="onChose" @refreshDataList="getDataList"/>
 | 
	
		
			
				|  |  | +    <notice-change v-if="noticeChangeVisible" ref="noticeChange" @onChose="onChose" @refreshDataList="getDataList"/>
 | 
	
		
			
				|  |  | +    <submit-plan v-if="submitVisible" ref="submit" @onChose="onChose" @refreshDataList="getDataList" />
 | 
	
		
			
				|  |  |    </div>
 | 
	
		
			
				|  |  |  </template>
 | 
	
		
			
				|  |  |  
 |