|
|
@@ -1,15 +1,14 @@
|
|
|
+import { useState } from "react";
|
|
|
import { useIntl } from "react-intl";
|
|
|
import { useParams } from "react-router-dom";
|
|
|
import {
|
|
|
ProForm,
|
|
|
ProFormText,
|
|
|
- ProFormSelect,
|
|
|
ProFormTextArea,
|
|
|
} from "@ant-design/pro-components";
|
|
|
import { message, Card } from "antd";
|
|
|
|
|
|
import { IGroupResponse } from "../../../components/api/Group";
|
|
|
-import { useEffect, useState } from "react";
|
|
|
import { get } from "../../../request";
|
|
|
import GoBack from "../../../components/studio/GoBack";
|
|
|
|