Commit bc8b1051 authored by 田翔's avatar 田翔

fix: bug修复

parent 489c989c
{
"name": "panda-xform",
"version": "2.3.0",
"description": "2.3.0: 关联表单计算监听逻辑添加",
"version": "2.3.1",
"description": "2.3.1: bug修复",
"keywords": [
"panda-xform"
],
......
......@@ -230,7 +230,7 @@ const RelationForm = (props) => {
const { code, data, msg } = await GetTableJson(accountName)
if (code === 0) {
if (data && typeof data === 'string') {
setSchemaGroup(JSON.parse(aa))
setSchemaGroup(JSON.parse(data))
}
} else {
message.error(msg)
......
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