1. 首页
  2. 数据库
  3. 其它
  4. antd form表单数据回显操作

antd form表单数据回显操作

上传者: 2021-01-31 21:16:48上传 PDF文件 90.79KB 热度 18次
index页面有一个表格,有一个新增按钮,点击新增按钮或表格编辑弹出表单模块,如果是编辑,会回显对应的表格中的数据 //index页面 import React from 'react' import { Table, Button, message, Input, Select, Modal, } from 'antd'; const Option = Select.Option; import AddOrEdit from './AddOrEdit ' class List extends React.Component { constructor(props) { super(pr
下载地址
用户评论