getFieldValue('list'); const nextList = list.concat({}); form.setFieldsValue({ list: nextList, }); } // 刪除const deleteRow = (index) ...
確定! 回上一頁