提交 14c8aa91 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

fixed

上级 c01514ae
...@@ -144,6 +144,8 @@ ...@@ -144,6 +144,8 @@
message: '已向居民发送提醒', message: '已向居民发送提醒',
type: 'success' type: 'success'
}); });
this.getNotComplete();
this.getNotCompleteNum();
}else { }else {
this.$message({ this.$message({
message: data.message, message: data.message,
...@@ -166,10 +168,10 @@ ...@@ -166,10 +168,10 @@
}); });
return; return;
} }
let patientIdList = [] let patientIdList = [];
this.selectList.forEach(item => { this.selectList.forEach(item => {
patientIdList.push(item.patientId) patientIdList.push(item.patientId)
}) });
sendCompleteMessageList({ sendCompleteMessageList({
qrcodeType: 1, qrcodeType: 1,
patientIds: patientIdList, patientIds: patientIdList,
...@@ -179,6 +181,8 @@ ...@@ -179,6 +181,8 @@
message: '已向居民发送提醒', message: '已向居民发送提醒',
type: 'success' type: 'success'
}); });
this.getNotComplete();
this.getNotCompleteNum();
}else { }else {
this.$message({ this.$message({
message: data.message, message: data.message,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册