@zat-design/sisyphus-react 3.13.6-beta.7 → 3.13.7

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.
@@ -579,7 +579,7 @@ export interface ProTableRequestOptionsType<T, R> {
579
579
  * @description 用于获取和设置表单值
580
580
  * @default undefined
581
581
  */
582
- form: FormInstance;
582
+ form?: FormInstance;
583
583
  /**
584
584
  * 重置时是否重新查询
585
585
  * @description 控制表单重置后是否自动发起查询
@@ -579,7 +579,7 @@ export interface ProTableRequestOptionsType<T, R> {
579
579
  * @description 用于获取和设置表单值
580
580
  * @default undefined
581
581
  */
582
- form: FormInstance;
582
+ form?: FormInstance;
583
583
  /**
584
584
  * 重置时是否重新查询
585
585
  * @description 控制表单重置后是否自动发起查询
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.13.6-beta.7",
3
+ "version": "3.13.7",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",