|
@@ -576,9 +576,11 @@ export default {
|
|
|
},
|
|
|
// 分页查询 发运明细
|
|
|
async getShipmentList() {
|
|
|
+ this.loading = true
|
|
|
await shipmentList(this.queryParam)
|
|
|
.then(res => {
|
|
|
if (res.success) {
|
|
|
+ this.loading = false
|
|
|
this.shipmentListData = res.result.records
|
|
|
for (var i=0; i<this.shipmentListData.length; i++){
|
|
|
this.shipmentListData.randomId = randomUUID();
|