From 5455dd4cd7c27d14bc7f98f110ae14163dbaacc1 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期三, 16 二月 2022 15:30:10 +0800 Subject: [PATCH] 对比库新增跳到最末 --- src/pages/library/index/App.vue | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/pages/library/index/App.vue b/src/pages/library/index/App.vue index 7cc2173..29a1271 100644 --- a/src/pages/library/index/App.vue +++ b/src/pages/library/index/App.vue @@ -119,9 +119,6 @@ } else { this.baseForEdit = {}; this.breeadCrumb[1].name = "娣诲姞搴曞簱"; - // this.$nextTick(() => { - // this.$refs.baseSync.clickLast(type) - // }) } this.syncType = type; this.showList = false; @@ -136,8 +133,7 @@ }, closeAdd() { this.showList = true; - this.$refs.baseSync.clickLast(this.syncType) - + this.$refs.baseSync.init(this.syncType); }, }, props: { -- Gitblit v1.8.0