修改已知问题

This commit is contained in:
qq787203167
2022-06-14 15:27:55 +08:00
parent 58d1c1258f
commit c863af79fb
2 changed files with 47 additions and 6 deletions
+8
View File
@@ -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) {