zzw
2023-11-27 1c278e228e53f461dba034a719b88ea3d820c8d3
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
      }
    },