提交 2b33f30b authored 作者: 钟是志's avatar 钟是志

22884 审核成绩单,查看成绩单空白

上级 9ec8848c
......@@ -229,7 +229,7 @@ export const request = (url, data, options = {}) => {
requestType: 'form',
...options,
}).then((response) => {
if (response.errCode && response.errCode == '10000') {
if (response && response.errCode && response.errCode == '10000') {
const ul = window.location.href;
if (ul.indexOf('timeVersion=') == -1) {
let x = JSON.parse(response.errMsg);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论