wente
2023-11-21 d660ed580c4ac9e5b2cb063a7a12c392405813f5
web/packages/components/zt-uploader/src/zt-uploader.vue
@@ -331,6 +331,8 @@
      if (this.uploadList !== val) {
        this.uploadList = this.getUploadList(val)
        this.fileList = this.getUploadList(val)
        console.log(this.fileList,'this.fileList this.fileList')
        this.$emit('getUploaderImg',this.fileList)
      }
    },
    isShowCrop(value) {