wente
2023-11-24 7ab78edd2dce38f2a75b9930c03d669a9ab469b3
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
      }
    },