|  | @@ -361,6 +361,7 @@ export default {
 | 
	
		
			
				|  |  |         this.toggleSearchStatus = false
 | 
	
		
			
				|  |  |         this.queryParam.pageNo = ''
 | 
	
		
			
				|  |  |         this.getReferenceList()
 | 
	
		
			
				|  |  | +      this.defulatSelect()
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      // 重置
 | 
	
		
			
				|  |  |      searchReset() {
 | 
	
	
		
			
				|  | @@ -369,6 +370,7 @@ export default {
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |        this.preDeliveryDate = []
 | 
	
		
			
				|  |  |        this.getReferenceList()
 | 
	
		
			
				|  |  | +      this.defulatSelect()
 | 
	
		
			
				|  |  |        // this.getShipmentList()
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      // 弹框确定
 | 
	
	
		
			
				|  | @@ -380,8 +382,6 @@ export default {
 | 
	
		
			
				|  |  |          this.close()
 | 
	
		
			
				|  |  |          // var msg = "选中记录后,会清除编辑的内容。";
 | 
	
		
			
				|  |  |          // this.$message.info(msg);        
 | 
	
		
			
				|  |  | -        this.selectedRowKeys = [];
 | 
	
		
			
				|  |  | -        this.selectedRows = []
 | 
	
		
			
				|  |  |          this.fatherFactory = ''
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      },
 | 
	
	
		
			
				|  | @@ -391,9 +391,8 @@ export default {
 | 
	
		
			
				|  |  |          status:'y'
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |        this.preDeliveryDate = []
 | 
	
		
			
				|  |  | -      this.selectedRowKeys = []
 | 
	
		
			
				|  |  |        this.referShipDetailsModVis = false
 | 
	
		
			
				|  |  | -      this.selectedNumber = 0
 | 
	
		
			
				|  |  | +      this.defulatSelect()
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      handleCancel() { 
 | 
	
		
			
				|  |  |        this.close()
 | 
	
	
		
			
				|  | @@ -419,6 +418,12 @@ export default {
 | 
	
		
			
				|  |  |          this.selectedNumber = rows.length
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  | +       //选中行恢复默认
 | 
	
		
			
				|  |  | +    defulatSelect(){
 | 
	
		
			
				|  |  | +      this.selectedRowKeys = [];
 | 
	
		
			
				|  |  | +      this.selectedRows = [];
 | 
	
		
			
				|  |  | +      this.selectedNumber = 0
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      handleTableChange(pagination, filters, sorter) {
 | 
	
		
			
				|  |  |        this.queryParam.pageNo = pagination.current
 |