Parcourir la source

Merge branch 'develop' of http://git.zanxiangnet.com/wjx/ad-manage into develop

wjx il y a 2 ans
Parent
commit
cdf16c24a5
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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: '请输入复制数量' }]}>