修改已知问题

This commit is contained in:
qq787203167
2022-07-12 11:41:59 +08:00
parent 772a314b3a
commit 3fb138e2dc
3 changed files with 8 additions and 4 deletions
+4
View File
@@ -195,6 +195,10 @@ export function downloadFile(url, fileName, parameter, callback) {
}
} catch (e) {
if (!data || data.size === 0) {
index.showDrawer({
loading: false,
isTrue: isTrue
})
Vue.prototype['$message'].warning('文件下载失败')
return
}