fix:wpm.mlog.list添加查询条件with_mlogb

This commit is contained in:
shijing 2025-02-25 17:46:25 +08:00
parent 58ae8af50d
commit 2f645882d5
1 changed files with 1 additions and 2 deletions

View File

@ -787,8 +787,7 @@ export default {
}).catch((e) => {}); }).catch((e) => {});
}, },
getMlogs() { getMlogs() {
this.$API.wpm.mlog.list this.$API.wpm.mlog.list.req({ mtask: this.currentMtask.id,with_mlogb:true,page: 0 })
.req({ mtask: this.currentMtask.id, page: 0 })
.then((res) => { .then((res) => {
this.mlogs = res; this.mlogs = res;
}); });