提交 5bc4268d 编写于 作者: zhentian.jia's avatar zhentian.jia

提醒审核后

上级 2f491e92
...@@ -353,9 +353,10 @@ export default { ...@@ -353,9 +353,10 @@ export default {
}; };
vm.GET("portal/portalCheck/remindPortalCheck", req).then(res => { vm.GET("portal/portalCheck/remindPortalCheck", req).then(res => {
vm.$message.info(res.message); vm.$message.info(res.message);
vm.getProjectList();
if (res.code == "000000") { if (res.code == "000000") {
console.log(res); console.log(res);
vm.getProjectList(); //vm.getProjectList();
} }
}); });
} else { } else {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册