ソースを参照

修复了数据转化组件报错的BUG

shenwu 2 年 前
コミット
2528f48394

+ 0 - 1
src/pages/launchSystemNew/launchManage/localAd/creative/modal.tsx

@@ -386,7 +386,6 @@ function CreativeModal(props: Props) {
             form.setFieldsValue(obj)
         }
     }, [dataInfo, adcreative_template_list, adcreative_template])
-    console.log(conversionList)
     return <Modal
         visible={visible}
         title={type === 'add' ? '新建创意' : type === 'look' ? '创意详情' : '编辑创意'}