|  | @@ -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: '请输入复制数量' }]}>
 |