Commit 9903dfed by 黑潮

update: 修改bug

parent 4bbddf24
......@@ -191,7 +191,7 @@ export default {
this.listParams.beginTime = formatDateTimeByType(this.dateTime[0], 'yyyy-MM-dd');
this.listParams.endTime = formatDateTimeByType(this.dateTime[1], 'yyyy-MM-dd');
} else {
this.listParams.beginTime = this.listParams.senendTimedEndTime = '';
this.listParams.beginTime = this.listParams.endTime = '';
}
let res = await ecmBatchSendInfos(this.listParams);
console.log(res);
......
......@@ -66,7 +66,7 @@
提交记录
<div class="layout--tips" style="margin-top:0;width:400px;display:inline-block;margin-left:20px">
<i class="el-icon-info"></i>
短信模板审核时间一般为半个工作日,具体以运营商审核为准
当天的短信提交记录数据可在隔天下载完整内容
</div>
</h3>
<div class="clearfix pb22">
......
......@@ -47,7 +47,7 @@
提交记录
<div class="layout--tips" style="margin-top:0;width:400px;display:inline-block;margin-left:20px">
<i class="el-icon-info"></i>
短信模板审核时间一般为半个工作日,具体以运营商审核为准
当天的短信提交记录数据可在隔天下载完整内容
</div>
</h3>
<div class="clearfix pb22">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment