|
@@ -528,12 +528,10 @@ export default {
|
|
|
getShipmentList() {
|
|
|
this.$nextTick(() => {
|
|
|
if(this.queryParam.flourOrGarment === ''){
|
|
|
- debugger
|
|
|
this.shipmentListData = []
|
|
|
}else {
|
|
|
shipmentList(this.queryParam).then(res => {
|
|
|
if (res.success) {
|
|
|
- debugger
|
|
|
this.shipmentListData = res.result.records
|
|
|
for (var i=0; i<this.shipmentListData.length; i++){
|
|
|
this.shipmentListData.randomId = randomUUID();
|