V2.1开始,原来设置的字段出现各自异常。

表1与表2是一对一关系,表3、4、5与表2分别是多对一关系。现在通过表一无法在添加表单带出表二的字段,原来已经建好的表单出现了无法保存,编辑界面修改不生效等情况。下面是新创建表单的提示错误:
{
“message”: “Cannot read properties of undefined (reading ‘interface’)”,
“stack”: “TypeError: Cannot read properties of undefined (reading ‘interface’)\n at Ge.value (https://192.168.3.111/p__index.b2b83db2.async.js:2697:63173)\n at https://192.168.3.111/p__index.b2b83db2.async.js:706:11577\n at E (https://192.168.3.111/umi.7173f8d9.js:56:95414)\n at Generator. (https://192.168.3.111/umi.7173f8d9.js:56:96807)\n at Generator.next (https://192.168.3.111/umi.7173f8d9.js:56:95843)\n at g (https://192.168.3.111/umi.7173f8d9.js:56:93425)\n at c (https://192.168.3.111/umi.7173f8d9.js:56:93622)\n at https://192.168.3.111/umi.7173f8d9.js:56:93681\n at new Promise ()\n at https://192.168.3.111/umi.7173f8d9.js:56:93563\n at handler (https://192.168.3.111/p__index.b2b83db2.async.js:706:11917)\n at lr. (https://192.168.3.111/p__index.b2b83db2.async.js:2460:14452)\n at E (https://192.168.3.111/umi.7173f8d9.js:56:95414)\n at Generator. (https://192.168.3.111/umi.7173f8d9.js:56:96807)\n at Generator.next (https://192.168.3.111/umi.7173f8d9.js:56:95843)\n at g (https://192.168.3.111/umi.7173f8d9.js:56:93425)\n at c (https://192.168.3.111/umi.7173f8d9.js:56:93622)”,
“modelInfo”: {
“uid”: “51e5cbca1ab”,
“className”: “RecordSelectFieldModel”,
“props”: {
“options”: ,
“multiple”: false,
“maxCount”: 1,
“target”: “consum_conut”,
“template”: “general”,
“name”: “consum_conut_ID_FK”,
“disabled”: false,
“pattern”: null,
“validateFirst”: true,
“id”: “consum_conut_ID_FK”,
“allowCreate”: true,
“fieldNames”: {
“value”: “id”
}
},
“stepParams”: {}
},
“timestamp”: “2026-03-23T05:47:24.520Z”
}

感谢您反馈的缺陷,请等待我们修复它。