fix:wpm.mlog.list添加查询条件with_mlogb
This commit is contained in:
parent
58ae8af50d
commit
2f645882d5
|
|
@ -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;
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue