Commit 120cd885 by wusiyi

fix: 优化下载

parent 50481cae
......@@ -1994,7 +1994,7 @@ const handleReComposingDesign = async (row: PodUsOrderListData) => {
try {
const res = await batchDownloadRecomposingApi({ id: row.id })
if (res.code !== 200) return
ElMessage.success('操作成功')
ElMessage.success(res.message)
search()
loadTabData()
} catch (e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment