heyujie
2022-02-16 5455dd4cd7c27d14bc7f98f110ae14163dbaacc1
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: {