@yoooloo42/joker 1.0.187 → 1.0.189

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/dist/index.esm.js CHANGED
@@ -23261,6 +23261,7 @@ const props = __props;
23261
23261
 
23262
23262
  // props属性包装,使得页面和js使用相同的命名
23263
23263
  let formData_box = props.modelValue;
23264
+ const formProps_box = props.myProps;
23264
23265
  const scopeThis_box = props.scopeThis;
23265
23266
  const propsItem_box = props.item;
23266
23267
 
@@ -23271,7 +23272,7 @@ const style = ref({
23271
23272
 
23272
23273
  const hdlClick = () => {
23273
23274
  if(propsItem_box.hdlLabelClick){
23274
- propsItem_box.hdlLabelClick({formData: formData_box, scopeThis: scopeThis_box});
23275
+ propsItem_box.hdlLabelClick({formData: formData_box, formProps: formProps_box, scopeThis: scopeThis_box});
23275
23276
  }
23276
23277
  };
23277
23278
 
@@ -24110,6 +24111,7 @@ const hdl = {
24110
24111
  // 执行用户句柄
24111
24112
  await formProps_box.submit.handle({
24112
24113
  formData: formData_box,
24114
+ formProps: formProps_box,
24113
24115
  scopeThis: scopeThis_box
24114
24116
  });
24115
24117
  }