Browse Source

发运

pull/137/head
wangxy 3 years ago
parent
commit
006541c1e2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/quality/shipment.vue

+ 1
- 1
src/views/quality/shipment.vue View File

@ -42,7 +42,7 @@ export default {
},
handleSuccessCode(data) {
if (data.shipOrderId) {
this.$refs.shipmentList.getInfo(data)
this.$refs.shipmentList.getInfo(data.shipOrderId)
} else {
this.$refs.shipmentSearch.handleCurrentChange(data.currentShipOrder)
}


Loading…
Cancel
Save