提交 51499896 编写于 作者: Mosher's avatar Mosher

update:更新

上级 4b1bb8a0
......@@ -851,10 +851,8 @@ import CodeListService from "@/codelist/codelist-service";
}
if (!response || !response.status || !response.data) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: (this.$t('app.commonWords.sysException') as string) });
reject(response);
return;
}
reject(response);
return response;
}
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册