|
|
@@ -399,7 +399,7 @@ export default {
|
|
|
}
|
|
|
this.$api.dispatch.exportFile(data).then(res => {
|
|
|
if (res.size === 0 || Object.hasOwn(res, 'code')) {
|
|
|
- this.$message.error('下载错误,请稍后再试...')
|
|
|
+ this.$message.error('暂无文件或者下载错误,请稍后再试...')
|
|
|
return
|
|
|
}
|
|
|
this.$message.success('开始下载,请稍后...')
|