Skip to content

Commit

Permalink
fix: 一些bug
Browse files Browse the repository at this point in the history
  • Loading branch information
foliet committed Dec 3, 2023
1 parent 64e508f commit b596353
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { fetchCatList } from '@/services/cat';
import { createPlan } from '@/services/dried-fish';
import { QuestionCircleOutlined } from '@ant-design/icons';
import { DrawerForm, ProFormText, ProFormTextArea } from '@ant-design/pro-components';
import { Form, InputNumber, Select, Tooltip, DatePicker, Radio } from 'antd';
import { useState } from 'react';
import { DatePicker, Form, InputNumber, Radio, Select, Tooltip } from 'antd';
import moment from 'moment';
import { useState } from 'react';

const { RangePicker } = DatePicker;

Expand All @@ -22,7 +22,7 @@ const Create = ({ open, setCreateVisible, actionRef }: any) => {
const data = {
...value,
id: '',
onlyCommunityId: localStorage.getItem('communityId'),
communityId: localStorage.getItem('communityId'),
coverUrl: value?.coverUrl?.[0],
startTime,
endTime,
Expand Down

0 comments on commit b596353

Please sign in to comment.