1
MrShi
2024-10-25 1e943f08399e5d04a63580622080ebbb09d138bc
platform/src/components/common/UploadImage.vue
@@ -70,7 +70,6 @@
  watch: {
    fileList: {
      handler(val) {
        console.log(val);
        if (val.length==0) {
          this.realList = []
          this.srcList = []
@@ -121,8 +120,8 @@
      this.showViewer = false
    },
    handleRemove(file) {
      console.log(this.fileList);
      let tempIndex = this.realList.findIndex(item => item.url === file.url)
      console.log(file.url);
      let tempIndex = this.fileList.findIndex(item => item.url === file.url)
      // debugger
      this.realList.splice(tempIndex, 1)
      this.fileList.splice(tempIndex, 1)