表格编辑框里的数字组件,如果后台返回0,页面会显示空。即便默认值设置为0了也显示空。
amis schema
code here...
slwdgvem1#
我试了一下没有复现,你可以粘贴一下你的代码,数据结构,我的复现如下
{ "type": "page", "body": { "type": "form", "data": { "table": [ { "a": "a1", "b": 0 }, { "a": "a2", "b": 0 }, { "a": "a3", "b": 0 } ] }, "api": "https://3xsw4ap8wah59.cfc-execute.bj.baidubce.com/api/amis-mock/mock2/form/saveForm", "body": [ { "type": "input-table", "name": "table", "label": "Table", "needConfirm": false, "columns": [ { "label": "A", "name": "a" }, { "label": "B", "name": "b" }, { "type": "operation", "label": "操作", "buttons": [ { "label": "删除", "type": "button", "level": "link" } ] } ] }, { "type": "button", "label": "Table新增一行", "target": "table", "actionType": "add" } ] } }
v2g6jxz62#
amis.-.Google.Chrome.2023-09-12.14-50-19.mp4
用上面json实验也会出现这个问题。
2条答案
按热度按时间slwdgvem1#
我试了一下没有复现,你可以粘贴一下你的代码,数据结构,我的复现如下
v2g6jxz62#
amis.-.Google.Chrome.2023-09-12.14-50-19.mp4
用上面json实验也会出现这个问题。