diff --git a/src/views/collect/CollectOrderTabs.vue b/src/views/collect/CollectOrderTabs.vue index 3f0222ea..53b4fbdf 100644 --- a/src/views/collect/CollectOrderTabs.vue +++ b/src/views/collect/CollectOrderTabs.vue @@ -493,7 +493,7 @@ export default { this.$router.push({query: newQuery, path: this.$route.path}); this.formData.workplaceName = info.workplaceName; this.editableTabs = [] - this.clickMenuItem(0) + this.clickMenuItem(1) this.showChild = false; this.$nextTick(() => { this.showChild = true;