根因:bricks Form的getValue()内部调用get_formdata()返回浏览器 原生FormData对象,不支持.cell_no属性访问。 改用_getValue()返回{name:value}普通JS对象。