heyujie
2022-02-14 439d4b5ff70255d92519e9af9b0438efe3b6f57f
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: {