fix:新增返工日志
This commit is contained in:
parent
5320813c4b
commit
70c6660196
|
@ -447,7 +447,7 @@ export default {
|
||||||
var req = {
|
var req = {
|
||||||
mgroupx: that.mgroupId,
|
mgroupx: that.mgroupId,
|
||||||
page: 0,
|
page: 0,
|
||||||
state:20,
|
state__in:'20,34'
|
||||||
};
|
};
|
||||||
this.$API.wpm.wmaterial.list.req(req).then((res) => {
|
this.$API.wpm.wmaterial.list.req(req).then((res) => {
|
||||||
that.materialOptions = res;
|
that.materialOptions = res;
|
||||||
|
|
Loading…
Reference in New Issue