Explorar el Código

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

wjx hace 1 mes
padre
commit
18d21b3a59
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/pages/launchSystemV3/material/cloudNew/moveToTencent.tsx

+ 1 - 0
src/pages/launchSystemV3/material/cloudNew/moveToTencent.tsx

@@ -75,6 +75,7 @@ const MoveToTencent: React.FC<Props> = ({ data, visible, onClose, onChange }) =>
             Promise.all(ajaxs).then(res => {
                 setLoading(false)
                 console.log('66666666', res)
+                message.success('任务提交成功,结果可以到腾讯查看')
             }).catch(() => setLoading(false))
             console.log(typeDatalist)
         } else {