提交 5f94e410 编写于 作者: yi.li's avatar yi.li

发送预约校验字段调整

上级 b89a375d
...@@ -169,10 +169,12 @@ ...@@ -169,10 +169,12 @@
pageNo: currentPage || this.paginationSet.pageNo, pageNo: currentPage || this.paginationSet.pageNo,
pageSize: this.paginationSet.pageSize, pageSize: this.paginationSet.pageSize,
}); });
if(this.recordList.enteringDtos.length > 0) { if(this.recordList.enteringDtos){
this.hasData = true; if(this.recordList.enteringDtos.length > 0) {
}else { this.hasData = true;
this.hasData = false; }else {
this.hasData = false;
}
} }
const {pageNo, pageSize, count, finishedCount, unfinishedCount} = this.recordList; const {pageNo, pageSize, count, finishedCount, unfinishedCount} = this.recordList;
if(this.activeName == ''){ if(this.activeName == ''){
...@@ -237,8 +239,8 @@ ...@@ -237,8 +239,8 @@
this.isShowChangeDialog = true; this.isShowChangeDialog = true;
}, },
sendRow(row){ sendRow(row){
// let saasUrl = getSaasDomain(`/pica-frontend/patientEduManage/pica_patient_edu_manage.html#/pageTab/message?patientId=${row.patientId}&token=D74A6C7C61564EB1B3DC83251F33D173`); let saasUrl = getSaasDomain(`/pica-frontend/patientEduManage/pica_patient_edu_manage.html#/pageTab/message?patientId=${row.patientId}&nickname=${row.nickname}&token=${this._token}`);
let saasUrl = getSaasDomain(`/pica-frontend/patientEduManage/pica_patient_edu_manage.html#/pageTab/message?patientId=${row.patientId}&token=${this._token}`); // let saasUrl = getSaasDomain(`/pica-frontend/patientEduManage/pica_patient_edu_manage.html#/pageTab/message?patientId=${row.patientId}&nickname=${row.nickname}&token=8143DC2A026B4602BF7B746FB5AEE9A1`);
window.open(saasUrl) window.open(saasUrl)
}, },
handleSizeChangePre(pageSize){ handleSizeChangePre(pageSize){
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
</div> </div>
<div class="item"> <div class="item">
<span class="title">本次推送:</span> <span class="title">本次推送:</span>
<p>{{checkData.sendWechatAppointSize + checkData.sendMobileAppointSize}}条(微信不限额推送{{checkData.sendWechatAppointSize}}条;使用短信额度推送{{checkData.sendMobileAppointSize}}条)</p> <p>{{checkData.sendWechatAppointSize + checkData.sendMobileSmsCount}}条(微信不限额推送{{checkData.sendWechatAppointSize}}条;使用短信额度推送{{checkData.sendMobileSmsCount}}条)</p>
</div> </div>
<div class="item"> <div class="item">
<span class="title">推送成功后剩余额度:</span> <span class="title">推送成功后剩余额度:</span>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册