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 +1 -1
- package/src/index.es.js +1 -2
- package/src/index.umd.js +1 -1
package/package.json
CHANGED
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
|
-
|
|
6060
|
-
});
|
|
6059
|
+
this.onStepIndexChange();
|
|
6061
6060
|
}
|
|
6062
6061
|
/**
|
|
6063
6062
|
* 更改表单步骤索引。
|