From e8f96a96d15b9fdbe47d55b9051acbf4b04d494c Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 10 Mar 2025 22:25:50 +0800 Subject: [PATCH] =?UTF-8?q?3/10=20=E4=BC=98=E5=8C=961.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/collect/CollectOrderTabs.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/collect/CollectOrderTabs.vue b/src/views/collect/CollectOrderTabs.vue index cb28bbf5..db6ce375 100644 --- a/src/views/collect/CollectOrderTabs.vue +++ b/src/views/collect/CollectOrderTabs.vue @@ -1049,7 +1049,7 @@ export default { ] } - this.findCurWorkPlaces() + this.findCurWorkPlaces(this.$route.query.workplaceId) if (this.$route.query.workplaceId != null) { this.isLinkDisabled = true this.formData.workPlaceCode = Number(this.$route.query.workplaceId)