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