diff --git a/src/views/wpm/mlog_dept10.vue b/src/views/wpm/mlog_dept10.vue index 9a1885e6..7c8b9c98 100644 --- a/src/views/wpm/mlog_dept10.vue +++ b/src/views/wpm/mlog_dept10.vue @@ -787,8 +787,7 @@ export default { }).catch((e) => {}); }, getMlogs() { - this.$API.wpm.mlog.list - .req({ mtask: this.currentMtask.id, page: 0 }) + this.$API.wpm.mlog.list.req({ mtask: this.currentMtask.id,with_mlogb:true,page: 0 }) .then((res) => { this.mlogs = res; });