(id: any)
| 40 | |
| 41 | |
| 42 | const handlerChangeState = async (id: any) => { |
| 43 | const res = await changeState(id); |
| 44 | if (res.success) { |
| 45 | message.success("修改成功"); |
| 46 | } |
| 47 | actionRef.current?.reload(); |
| 48 | } |
| 49 | |
| 50 | |
| 51 | const handlerSave = async (values: any) => { |
no test coverage detected