移除 console

This commit is contained in:
whyour
2023-02-02 13:20:47 +08:00
parent 4a18bcabe2
commit 9479c2498c
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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],