Commit 63d4ee95 by linjinhong Committed by qinjianhui

fix:【订单-POD(CN)订单跟踪】:"导出"功能,根据导出选项导出的内容数据错误#ID: 1000067

parent 4dd49110
......@@ -2647,6 +2647,7 @@ const submitExportForm = async () => {
const res = await exportPodCnInfo({
...params,
...(resourceType === 2 ? searchForm.value : {}),
status: 'COMPLETE',
})
window.open(filePath + res.message, '_blank')
exportVisible.value = false
......
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