zzz-pc-view 0.0.133 → 0.0.134

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zzz-pc-view",
3
- "version": "0.0.133",
3
+ "version": "0.0.134",
4
4
  "main": "src/index.umd.js",
5
5
  "module": "src/index.es.js",
6
6
  "types": "src/index.d.ts",
package/src/index.es.js CHANGED
@@ -6056,8 +6056,7 @@ class CurdHandler extends FilterHandler {
6056
6056
  const minStepIndex = Math.max(0, formStepIndex);
6057
6057
  const maxStepIndex = Math.min(minStepIndex, this.displayStepFormItemsGroup.length - 1);
6058
6058
  this.formStepIndexRef.value = maxStepIndex;
6059
- setTimeout(() => {
6060
- });
6059
+ this.onStepIndexChange();
6061
6060
  }
6062
6061
  /**
6063
6062
  * 更改表单步骤索引。