zzz-pc-view 0.0.132 → 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.132",
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
  * 更改表单步骤索引。
@@ -12087,7 +12086,7 @@ class CurdViewHandler extends CurdHandler {
12087
12086
  onStepIndexChange() {
12088
12087
  setTimeout(() => {
12089
12088
  this.focusInput();
12090
- });
12089
+ }, 100);
12091
12090
  }
12092
12091
  /**
12093
12092
  * 获取表单是否禁用的状态。