From cbd82d1a20c8de017509cf7ae64fd5b0361c0f54 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Fri, 12 Sep 2025 10:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ftdl/kc-manage.vue | 1 + pages/ftdl/line-down-mater.vue | 1 + pages/ftdl/man-load-goods.vue | 1 + 3 files changed, 3 insertions(+) diff --git a/pages/ftdl/kc-manage.vue b/pages/ftdl/kc-manage.vue index 40329fb..b5f7d3c 100644 --- a/pages/ftdl/kc-manage.vue +++ b/pages/ftdl/kc-manage.vue @@ -105,6 +105,7 @@ onShow() { if (this.$store.getters.publicObj !== '') { this.currentData = this.$store.getters.publicObj + this.$store.dispatch('setPublicObj', '') } }, methods: { diff --git a/pages/ftdl/line-down-mater.vue b/pages/ftdl/line-down-mater.vue index deab0ee..7e51889 100644 --- a/pages/ftdl/line-down-mater.vue +++ b/pages/ftdl/line-down-mater.vue @@ -110,6 +110,7 @@ item.measure_unit_id = this.currentData.measure_unit_id } }) + this.$store.dispatch('setPublicObj', '') } }, created () { diff --git a/pages/ftdl/man-load-goods.vue b/pages/ftdl/man-load-goods.vue index a632795..8e76206 100644 --- a/pages/ftdl/man-load-goods.vue +++ b/pages/ftdl/man-load-goods.vue @@ -111,6 +111,7 @@ item.measure_unit_id = this.currentData.measure_unit_id } }) + this.$store.dispatch('setPublicObj', '') } }, methods: {