提交 84d1cfc9 编写于 作者: yi.li's avatar yi.li

修改计划,添加居民后弹层出现顺序错误问题修复

上级 77697e89
......@@ -78,7 +78,7 @@
{ required: true, message: '请选择履约开始时间', trigger: 'change' },
],
},
isShowProtocolDialog: true,
isShowProtocolDialog: false,
isSentedProt: false,
patientIds: [],
sendMsgPatientIds: [],
......@@ -171,7 +171,7 @@
let levelType = result.data.levelType;
// 没有敏感字段或者居民已经签订过协议,则直接返回
if (levelType === 1 || levelType === 2) {
jumpToAddOrModifyPlan();
this.jumpToAddOrModifyPlan();
} else if (levelType === 3) {
this.isShowProtocolDialog = true;
this.isSentedProt = true;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册