| | |
| | | <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"> |
| | |
| | | } else { |
| | | this.baseForEdit = {}; |
| | | this.breeadCrumb[1].name = "添加底库"; |
| | | // this.$nextTick(() => { |
| | | // this.$refs.baseSync.clickLast(type) |
| | | // }) |
| | | } |
| | | this.syncType = type; |
| | | this.showList = false; |
| | |
| | | }, |
| | | closeAdd() { |
| | | this.showList = true; |
| | | this.$refs.baseSync.clickLast(this.syncType) |
| | | |
| | | }, |
| | | }, |
| | | props: { |