|  | @@ -527,9 +527,6 @@ export default {
 | 
											
												
													
														|  |      // 分页查询 发运明细
 |  |      // 分页查询 发运明细
 | 
											
												
													
														|  |      getShipmentList() {
 |  |      getShipmentList() {
 | 
											
												
													
														|  |        this.$nextTick(() => {
 |  |        this.$nextTick(() => {
 | 
											
												
													
														|  | -       if(this.queryParam.flourOrGarment === ''){
 |  | 
 | 
											
												
													
														|  | -        this.shipmentListData = []
 |  | 
 | 
											
												
													
														|  | -       }else {
 |  | 
 | 
											
												
													
														|  |           shipmentList(this.queryParam).then(res => {
 |  |           shipmentList(this.queryParam).then(res => {
 | 
											
												
													
														|  |            if (res.success) {
 |  |            if (res.success) {
 | 
											
												
													
														|  |              this.shipmentListData = res.result.records
 |  |              this.shipmentListData = res.result.records
 | 
											
										
											
												
													
														|  | @@ -543,7 +540,6 @@ export default {
 | 
											
												
													
														|  |              }
 |  |              }
 | 
											
												
													
														|  |            }
 |  |            }
 | 
											
												
													
														|  |          })
 |  |          })
 | 
											
												
													
														|  | -       }
 |  | 
 | 
											
												
													
														|  |          
 |  |          
 | 
											
												
													
														|  |        })
 |  |        })
 | 
											
												
													
														|  |      },
 |  |      },
 |