mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
移除 console
This commit is contained in:
parent
4a18bcabe2
commit
9479c2498c
|
@ -167,7 +167,6 @@ const ViewManageModal = ({
|
|||
};
|
||||
|
||||
const onShowChange = (checked: boolean, record: any, index: number) => {
|
||||
console.log(checked);
|
||||
request
|
||||
.put(`${config.apiPrefix}crons/views/${checked ? 'enable' : 'disable'}`, {
|
||||
data: [record.id],
|
||||
|
|
|
@ -12,7 +12,6 @@ const RenameModal = ({
|
|||
visible: boolean;
|
||||
handleCancel: () => void;
|
||||
}) => {
|
||||
console.log(currentNode);
|
||||
const [form] = Form.useForm();
|
||||
const [loading, setLoading] = useState(false);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user