RuoYi
2025-05-06 0dcd3e6183abcf3325186b2712bd120188549f7e
ruoyi-ui/src/components/ImageUpload/index.vue
@@ -102,7 +102,7 @@
  mounted() {
    if (this.drag) {
      this.$nextTick(() => {
        const element = document.querySelector('.el-upload-list')
        const element = this.$refs.imageUpload?.$el?.querySelector('.el-upload-list')
        Sortable.create(element, {
          onEnd: (evt) => {
            const movedItem = this.fileList.splice(evt.oldIndex, 1)[0]