提交 0979b76f 编写于 作者: zhentian.jia's avatar zhentian.jia

取消提醒审核

上级 2d67a94e
......@@ -352,6 +352,16 @@ export default {
if (type === 8) {
//取消审批值对应6
type = 6;
let req = {
portalProjectId: projectId,
warnType: 5
};
vm.GET("portal/portalCheck/remindPortalCheck", req).then(res => {
vm.$message.info(res.message);
if (res.code == "000000") {
console.log(res);
}
});
}
if (type == 4 || type == 6) {
//发送消息
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册