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