Commit 935ecee0 authored by 田翔's avatar 田翔

fix: 代码尝试修复

parent bd2fe042
{
"name": "panda-xform",
"version": "5.8.8",
"description": "5.8.8 关联表单bug",
"version": "5.9.0",
"description": "5.9.0 关联表单bug",
"keywords": [
"panda-xform"
],
......
......@@ -168,6 +168,7 @@ const RelationForm = (props) => {
let relationForm = addons.getValue('relationForm') || { configs: [], data: [], table: [] }
window.configsLocal.push({ ...schema, id: schema.$id, queryWheres: queryWheres.map(v => ({ fieldName: v.field, fieldValue: v.value })) })
window.tableLocal.push({ config, dataSource: tableData, schema })
console.log(1, window.configsLocal, window.tableLocal)
addons.setValue('relationForm', {
...relationForm,
configs: window.configsLocal,
......
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