提交 c2b3a7cb 编写于 作者: guangjun.yang's avatar guangjun.yang

不在申请范围

上级 8762cb3d
......@@ -544,7 +544,7 @@ export default {
setEntry: true
};
_this.NEW_POST("cme/credit/rangeCheck", param).then(res => {
if ( (project.cmeType != 2) && (res.code == "219004" || res.code == "219012")) {
if ( (_this.project.cmeType != 2) && (res.code == "219004" || res.code == "219012")) {
// 未加入机构 219004 不在申请范围 219012
this.dialogContent = `该项目仅对${_this.project.scope}的用户开放`;
this.cancleBtnText = "我知道了";
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册