@yoooloo42/joker 1.0.220 → 1.0.222
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 +4 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -22838,7 +22838,6 @@ const getPgData = async _ref5 => {
|
|
|
22838
22838
|
unclassified.deepClone.deepMerge(scopeThis.pgData, {
|
|
22839
22839
|
data: result.data
|
|
22840
22840
|
});
|
|
22841
|
-
console.log('测试 000', result.data);
|
|
22842
22841
|
elementPlus.ElMessage('已获取页面数据');
|
|
22843
22842
|
return;
|
|
22844
22843
|
}
|
|
@@ -24064,7 +24063,10 @@ return (_ctx, _cache) => {
|
|
|
24064
24063
|
vue.createVNode(_component_ly0Upload_avatar, {
|
|
24065
24064
|
modelValue: vue.unref(formData_box)[vue.unref(propsItem_box).fieldName],
|
|
24066
24065
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = $event => ((vue.unref(formData_box)[vue.unref(propsItem_box).fieldName]) = $event)),
|
|
24067
|
-
myProps: {
|
|
24066
|
+
myProps: {
|
|
24067
|
+
uploadUrl: upload.uploadUrl_image,
|
|
24068
|
+
avatar: vue.unref(propsItem_box).avatar
|
|
24069
|
+
}
|
|
24068
24070
|
}, null, 8 /* PROPS */, ["modelValue", "myProps"])
|
|
24069
24071
|
]))
|
|
24070
24072
|
: vue.createCommentVNode("v-if", true),
|