From 85c71ada9439d2873d30dbfad7c4af6d4da05551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <963808678@qq.com> Date: Fri, 28 Apr 2023 16:06:16 +0800 Subject: [PATCH] 4/28 --- src/views/main/BookingLedger/detail/modules/goodsTable.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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() // }