Commit 170692fd authored by Bill's avatar Bill

fix: 修改bug

parent ddde3262
...@@ -14,7 +14,7 @@ import CustomCheckbox from '../components/CustomCheckbox'; ...@@ -14,7 +14,7 @@ import CustomCheckbox from '../components/CustomCheckbox';
import BraftEditor from 'braft-editor'; import BraftEditor from 'braft-editor';
import { setFormStatus } from '../utils/utils'; import { setFormStatus } from '../utils/utils';
import useCustomValidator from '../hooks/useValidator' import useCustomValidator from '../hooks/useValidator'
import { postManageContentNoticeAdd, postManageContentNoticeUpdate } from '@/services/ManageV2Api'; import { getManageContentNoticeGet, postManageContentNoticeAdd, postManageContentNoticeUpdate } from '@/services/ManageV2Api';
const actions = createFormActions(); const actions = createFormActions();
...@@ -110,7 +110,4 @@ const AdvertisementInfo = () => { ...@@ -110,7 +110,4 @@ const AdvertisementInfo = () => {
} }
export default AdvertisementInfo export default AdvertisementInfo
function getManageContentNoticeGet(arg0: { id: any; }, getManageContentNoticeGet: any): any {
throw new Error('Function not implemented.');
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment