fix:新增返工日志

This commit is contained in:
shijing 2025-02-24 17:54:46 +08:00
parent 5320813c4b
commit 70c6660196
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ export default {
var req = {
mgroupx: that.mgroupId,
page: 0,
state:20,
state__in:'20,34'
};
this.$API.wpm.wmaterial.list.req(req).then((res) => {
that.materialOptions = res;