From 186b70e200ca5170d59aa078e79d01fb91f3844f Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Tue, 25 Feb 2025 18:05:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/collect/CollectOrderTabs.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/collect/CollectOrderTabs.vue b/src/views/collect/CollectOrderTabs.vue index 74e83e9d..b41d57a2 100644 --- a/src/views/collect/CollectOrderTabs.vue +++ b/src/views/collect/CollectOrderTabs.vue @@ -573,7 +573,7 @@ export default { this.formData.busName = info.busName; this.autoTag = info.autoTag; this.editableTabs = [] - this.clickMenuItem(0) + this.clickMenuItem(10) this.showChild = false; this.$nextTick(() => { this.showChild = true; @@ -592,7 +592,7 @@ export default { this.$router.push({query: newQuery, path: this.$route.path}); this.formData.workplaceName = info.workplaceName; this.editableTabs = [] - this.clickMenuItem(10) + this.clickMenuItem(1) this.showChild = false; this.$nextTick(() => { this.showChild = true;