Commit 08650c8e authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

fix: 修复营销活动终止后重新启动活动报活动不允许修改

parent ae04fe52
......@@ -32,7 +32,7 @@ export interface SiteInfo {
name: string;
logo: string;
siteUrl: string;
symbol: string;
symbol?: any;
}
export interface Global {
......
......@@ -49,6 +49,7 @@ const DateModalLayout: React.FC<DateModalProps> = (props: any) => {
visible={visible}
onCancel={onCancel}
confirmLoading={loading}
destroyOnClose
onOk={handleSubmit}
>
<Form layout='vertical' form={form}>
......
......@@ -171,6 +171,7 @@ const MarketingSearch = () => {
const handleOnSubmit = () => {
setDateVisible(false);
setDateInfo({} as dateInfoProps)
ref.current.reload();
}
......
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