Commit a47e536b authored by 田翔's avatar 田翔

fix: BUG修复

parent f87b56b0
{
"name": "panda-xform",
"version": "5.9.27",
"description": "5.9.27 代码优化",
"version": "5.9.28",
"description": "5.9.28 BUG修复",
"keywords": [
"panda-xform"
],
......
......@@ -59,10 +59,10 @@ const getWidgetInfo = (json, widgets) => {
for (let s in child) {
if (widgets.includes(child[s].widget)) {
AutoCalculate.push({
gorupName: v,
fieldName: s,
...child[s],
targetPath: `${v}.${s}`,
gorupName: v,
fieldName: s,
})
}
}
......@@ -83,10 +83,10 @@ const getHiddenWidget = (json) => {
for (let s in child) {
if (Array.isArray(child[s].hiddenRules) && child[s].hiddenRules.length) {
HiddenWidget.push({
gorupName: v,
fieldName: s,
...child[s],
targetPath: `${v}.${s}`,
gorupName: v,
fieldName: s,
})
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment