wente
2023-11-27 d9a005427e6098c574f3f46c0247be34cd63ff30
web/packages/components/zt-uploader/src/zt-uploader.vue
@@ -335,8 +335,8 @@
        cropData: {},
        isShowCrop: false,
        uploading: false,
        fileList: this.getUploadList(this.value),
        uploadList: this.getUploadList(this.value),
        fileList: this.getUploadList(this.value) || [],
        uploadList: this.getUploadList(this.value) || [],
        progressFlag: false
      }
    },