提交 d1de9795 编写于 作者: huangwensu's avatar huangwensu

立即申请添加状态

上级 65915423
...@@ -332,7 +332,14 @@ export default { ...@@ -332,7 +332,14 @@ export default {
permCode: "009014" permCode: "009014"
}; };
rocNative.checkPermissions(params); rocNative.checkPermissions(params);
} else if (res.code == "219012") { }
// else if (res.code == "219012") {
// this.dialogContent = res.message;
// this.cancleBtnText = "我知道了";
// this.isShowDialog = true;
// this.isSingle = true;
// }
else {
this.dialogContent = res.message; this.dialogContent = res.message;
this.cancleBtnText = "我知道了"; this.cancleBtnText = "我知道了";
this.isShowDialog = true; this.isShowDialog = true;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册