fangyuan
2022-12-15 0bc97726ed2c14d075557ef897d0d8b1ecfe5c4f
src/views/operate/images/index.vue
@@ -21,6 +21,11 @@
            >
          </div>
        </div>
        <div class="addBtn">
            <el-button type="primary" @click="handleUpdateImageResource(null,'create')"
              >新增</el-button
            >
          </div>
      </div>
    </header>
    <main>
@@ -271,7 +276,6 @@
    },
    // 执行下拉框操作
    selectChange(list) {
      debugger
      if (this.tempList.length !== 0) {
          this.preMyIdx = list;
          this.mulDelete(this.tempList);
@@ -308,6 +312,7 @@
          .deleteImageResource({ id: id })
          .then(() => {
            this.$message.success("操作成功");
            this.getImageResourceList();
          })
          .catch((err) => this.$message.error(`${err}`));
      });
@@ -432,7 +437,7 @@
      }
      .addBtn {
        background-color: #eb5d01;
        // background-color: #eb5d01;
        border: none;
        border-radius: 20px;
        padding: 12px 30px;
@@ -572,4 +577,4 @@
    background-color: #09152f;
  }
}
</style>
</style>