1
@@ -423,7 +423,6 @@ export default {
});
try {
const res = await sendMsgList(arr);
- console.log(res);
this.$message.success("发送成功");
this.getList()
} catch {}