摘要: //这个写法适用于保存/取消按钮在父组件中而表单内容在子组件,编辑/修改完之后在父组件点击保存/取消表单的内容。并且,子组件要是类组件,不能是函数组件 </* */> // 父组件 this.state = { refMethod : null; // 也可以在全局let refMethod = n 阅读全文
posted @ 2023-02-14 14:58 就这样, 阅读(285) 评论(0) 推荐(0) 编辑