jiangping
2023-10-13 bc396cb187aa7633b6dd1a3ab63773cc8976a41c
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)