From 439d4b5ff70255d92519e9af9b0438efe3b6f57f Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期一, 14 二月 2022 18:24:09 +0800 Subject: [PATCH] 新增底库返回新增的库 --- src/pages/library/index/App.vue | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/pages/library/index/App.vue b/src/pages/library/index/App.vue index 4eeaa41..7cc2173 100644 --- a/src/pages/library/index/App.vue +++ b/src/pages/library/index/App.vue @@ -5,14 +5,14 @@ <div class="resize-bar"></div> <!-- <div class="resize-line"></div> --> <div class="resize-save"> - <base-list + <baseList ref="baseSync" :title="`鍚屾搴揱" type="sync" :isSelected="isSelected" @getList="getPersonList" @changeShow="changeToAdd" - ></base-list> + ></baseList> </div> </div> <div class="bg-white ml20 data-right-box"> @@ -119,6 +119,9 @@ } else { this.baseForEdit = {}; this.breeadCrumb[1].name = "娣诲姞搴曞簱"; + // this.$nextTick(() => { + // this.$refs.baseSync.clickLast(type) + // }) } this.syncType = type; this.showList = false; @@ -133,6 +136,8 @@ }, closeAdd() { this.showList = true; + this.$refs.baseSync.clickLast(this.syncType) + }, }, props: { -- Gitblit v1.8.0