wjx hace 2 años
padre
commit
be7f4c894f

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

@@ -132,7 +132,7 @@ function CreativeModal(props: Props) {
             if(newValues?.overrideCanvasHeadOption?.length === 1 && newValues?.overrideCanvasHeadOption[0] === 'OPTION_CREATIVE_OVERRIDE_CANVAS'){
                 newValues.overrideCanvasHeadOption = 'OPTION_CREATIVE_OVERRIDE_CANVAS'
             }
-            // callback(newValues)
+            callback(newValues)
         })
         // PupFn({ visible: false })
     }, [form, materialConfig])