@jiaozhiye/qm-design-react 1.7.57 → 1.7.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -238,6 +238,7 @@ export type IFormItem = {
238
238
  action?: string;
239
239
  headers?: IFetchHeader;
240
240
  withCredentials?: boolean;
241
+ downloadWithHeaders?: boolean;
241
242
  params?: IFetchParams;
242
243
  dataKey?: string;
243
244
  beforeUpload?: UploadProps['beforeUpload'];