提交 b620d009 编写于 作者: tao.wu's avatar tao.wu

reminad success

上级 f8504a29
...@@ -255,8 +255,11 @@ export default { ...@@ -255,8 +255,11 @@ export default {
}); });
// } // }
this.remindStatus = true; this.remindStatus = true;
} else { } else if(resD.code == '000000' && !resD.data){
this.$toast(resD.message) this.$toast(resD.message);
this.remindStatus = true;
}else {
this.$toast(resD.message);
} }
}) })
} else if (status == 15) { // 15创建机构审核中 } else if (status == 15) { // 15创建机构审核中
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册