Commit 249b692d authored by wuyongsheng's avatar wuyongsheng

feat: 点击报错修改

parent bf27ccf6
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: 吴永生 15770852798@163.com * @Author: 吴永生 15770852798@163.com
* @Date: 2022-10-18 16:12:55 * @Date: 2022-10-18 16:12:55
* @LastEditors: 吴永生 15770852798@163.com * @LastEditors: 吴永生 15770852798@163.com
* @LastEditTime: 2022-10-19 21:23:39 * @LastEditTime: 2022-10-19 21:27:03
* @FilePath: /bkunyun/src/views/ResourceCenter/UserResources/WorkflowOperator/components/AddOperator/index.tsx * @FilePath: /bkunyun/src/views/ResourceCenter/UserResources/WorkflowOperator/components/AddOperator/index.tsx
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/ */
...@@ -216,14 +216,7 @@ const AddOperator = observer((props: IAddOperator) => { ...@@ -216,14 +216,7 @@ const AddOperator = observer((props: IAddOperator) => {
)} )}
</div> </div>
<div className={style.buttonBox}> <div className={style.buttonBox}>
<MyButton <MyButton text="开始构建"></MyButton>
text="开始构建"
onClick={() =>
handleSubmit((data) => {
console.log(data, "1111");
})()
}
></MyButton>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment