diff --git a/src/views/main/BookingLedger/detail/modules/goodsTable.vue b/src/views/main/BookingLedger/detail/modules/goodsTable.vue index 6f10a88..c51eec1 100644 --- a/src/views/main/BookingLedger/detail/modules/goodsTable.vue +++ b/src/views/main/BookingLedger/detail/modules/goodsTable.vue @@ -1037,7 +1037,12 @@ export default { '$route.query': { immediate: true, handler(nD, oD) { - this.id = this.$route.query.id + if (this.$route.query.isCopy) { + this.id = '' + } else { + this.id = this.$route.query.id + } + // if (this.$route.name === 'BookingDetail') { // // this.init() // }