修改已知问题
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user