Commit 7869c1dd authored by 黄奎's avatar 黄奎

日志查询优化

parent ee1d86fe
...@@ -3789,13 +3789,11 @@ export default { ...@@ -3789,13 +3789,11 @@ export default {
} }
}, },
deletMsg(type) { deletMsg(type) {
let LogStr = [], let LogStr = [];
ContentType = [];
this.msgList.forEach(x=>{ this.msgList.forEach(x=>{
LogStr.push(x.ID) LogStr.push(x.ID)
ContentType.push(x.ContentType)
}) })
this.apipost('SystemLog_post_SetReadStatusBatch',{LogStr:LogStr,ContentType:ContentType},r=>{ this.apipost('SystemLog_post_SetReadStatusBatch',{LogStr:LogStr},r=>{
if(r.data.resultCode==1){ if(r.data.resultCode==1){
this.msgList = []; this.msgList = [];
this.MsgCount = this.msgList.length; this.MsgCount = this.msgList.length;
......
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