Commit 5dbf2d7a by qinjianhui

Merge branch 'dev' into 'master'

Dev

See merge request !55
parents 4aed8e54 f75b0645
...@@ -1994,7 +1994,7 @@ const handleReComposingDesign = async (row: PodUsOrderListData) => { ...@@ -1994,7 +1994,7 @@ const handleReComposingDesign = async (row: PodUsOrderListData) => {
try { try {
const res = await batchDownloadRecomposingApi({ id: row.id }) const res = await batchDownloadRecomposingApi({ id: row.id })
if (res.code !== 200) return if (res.code !== 200) return
ElMessage.success('操作成功') ElMessage.success(res.message)
search() search()
loadTabData() loadTabData()
} catch (e) { } 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