修改已知问题
This commit is contained in:
@@ -184,6 +184,14 @@ export function downloadFile(url, fileName, parameter, callback) {
|
||||
})
|
||||
}
|
||||
})
|
||||
} else {
|
||||
if (!jsonData.success) {
|
||||
index.showDrawer({
|
||||
loading: false,
|
||||
isTrue: isTrue
|
||||
})
|
||||
Vue.prototype['$message'].warning(jsonData.message)
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
if (!data || data.size === 0) {
|
||||
|
||||
Reference in New Issue
Block a user