|
@@ -494,7 +494,7 @@ const toFile = async () => {
|
|
if (checkedExport.value.length > 0) {
|
|
if (checkedExport.value.length > 0) {
|
|
const reqData = { table: 'achievement', config: checkedExport.value, user: user.value.id }
|
|
const reqData = { table: 'achievement', config: checkedExport.value, user: user.value.id }
|
|
const res = await utilStore.toExport(reqData)
|
|
const res = await utilStore.toExport(reqData)
|
|
- if ($checkRes(res, true)) {
|
|
|
|
|
|
+ if (res.errcode == '0') {
|
|
ElMessage({ type: `success`, message: `导出成功` })
|
|
ElMessage({ type: `success`, message: `导出成功` })
|
|
window.open(res.data)
|
|
window.open(res.data)
|
|
}
|
|
}
|