shenwu 2 years ago
parent
commit
accde75beb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/pages/launchSystemNew/adq/ad/copy.tsx

+ 2 - 1
src/pages/launchSystemNew/adq/ad/copy.tsx

@@ -96,6 +96,7 @@ const Copy: React.FC<Props> = (props) => {
                 timeSeries: getTimeSeriesList(),
                 firstDayBeginTime: moment('2023-02-24 00:00:00'),
                 copyCount: 1,
+                isCopyAdcreative:true
             }}
         >
             <Form.Item label={<strong>投放日期</strong>} name='dateType'>
@@ -155,7 +156,7 @@ const Copy: React.FC<Props> = (props) => {
                             <Select.Option key={"AD_STATUS_SUSPEND"} value={"AD_STATUS_SUSPEND"}>关闭</Select.Option>
                         </Select>
             </Form.Item>
-            <Form.Item label={<strong>是否复制创意</strong>} name={"isCopyAdcreative"} valuePropName="checked" >
+            <Form.Item label={<strong>是否复制创意</strong>} name={"isCopyAdcreative"} valuePropName="checked"  >
                 <Switch checkedChildren="是" unCheckedChildren="否"  />
             </Form.Item>
             <Form.Item label={<strong>复制数量</strong>} name='copyCount' rules={[{ required: true, message: '请输入复制数量' }]}>