@yoooloo42/joker 1.0.188 → 1.0.190
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.cjs.js +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
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
|
|