amis 1.8 crud筛选输入框输入会连带其他字段

svgewumm  于 2022-12-31  发布在  其他
关注(0)|答案(4)|浏览(187)
描述问题:

如题,设置字段查询,从下往上勾选,在第一个勾选的输入框输入数据,同字段类型的输入框也会受影响

截图或视频:

如何复现(请务必完整填写下面内容):
  1. 你是如何使用 amis 的?
    sdk
  2. amis 版本是什么?
    1.8
w6lpcovy

w6lpcovy1#

是不是这几个组件name相同了

ffvjumwh

ffvjumwh3#

提供一下schema

{ "type": "page", "body": [ { "type": "crud", "name": "crud", "syncLocation": false, "primaryField": "_id", "headerToolbar": [ "reload" ], "autoGenerateFilter": true, "api": { "method": "post", "url": "", "data": { "amisExtras": { "conditions": [] }, "&": "$$" } }, "columns": [ { "name": "ycwf", "label": "床位费", "sortable": true, "searchable": { "type": "input-text", "name": "ycwf", "size": "full", "label": "床位费", "clearable": true }, "enableSearch": false }, { "name": "yhlf", "label": "护理费", "sortable": true, "searchable": { "type": "input-text", "name": "yhlf", "size": "full", "label": "护理费", "clearable": true }, "enableSearch": false }, { "name": "yhsf", "label": "伙食费", "sortable": true, "searchable": { "type": "input-text", "name": "yhsf", "size": "full", "label": "伙食费", "clearable": true }, "enableSearch": false }, { "type": "operation", "label": "操作", "fixed": "right" } ] } ] }

xtupzzrd

xtupzzrd4#

是不是这几个组件name相同了

不同,只要是相同类型的组件就有这个问题

相关问题