@@ -710,9 +710,9 @@
// console.log('新增过期事务表数据:', addList, '发送消息数据', sendList)
if (addList.length) {
curdPost('add', JSON.stringify(addParams))
- }
- if (sendList.length) {
- this.sendMsg(sendList)
+ if (sendList.length) {
+ this.sendMsg(sendList)
+ }
}
},
// 删除已办的提醒表数据