wl
2022-12-21 0728032adb9d39303a556820244bf5c35f17f207
src/views/operate/images/index.vue
@@ -276,7 +276,6 @@
    },
    // 执行下拉框操作
    selectChange(list) {
      debugger
      if (this.tempList.length !== 0) {
          this.preMyIdx = list;
          this.mulDelete(this.tempList);
@@ -313,6 +312,7 @@
          .deleteImageResource({ id: id })
          .then(() => {
            this.$message.success("操作成功");
            this.getImageResourceList();
          })
          .catch((err) => this.$message.error(`${err}`));
      });
@@ -395,7 +395,7 @@
  color: #4b9bb7;
  header {
    background-color: #09152f;
    background-color: white;
    .headerContent {
      padding: 0 40px;
@@ -577,4 +577,4 @@
    background-color: #09152f;
  }
}
</style>
</style>