|
@@ -65,17 +65,6 @@ const Edit: React.FC<{ bundle: EditBundle; onSuccess?: () => void }> = (props)
|
|
|
|
|
|
const [form] = ProForm.useForm<MenuVO>();
|
|
|
const [loading, setLoading] = React.useState(false);
|
|
|
-
|
|
|
- const [value, setValue] = useState<string>();
|
|
|
-
|
|
|
- const onChange = (newValue: string) => {
|
|
|
- console.log(newValue);
|
|
|
- setValue(newValue);
|
|
|
- };
|
|
|
-
|
|
|
- // @ts-ignore
|
|
|
- // @ts-ignore
|
|
|
- // @ts-ignore
|
|
|
return (
|
|
|
<Modal
|
|
|
confirmLoading={loading}
|