fix:玻纤物料报废可选任何状态的物料
This commit is contained in:
parent
e057678be3
commit
d15b34d050
|
|
@ -463,8 +463,7 @@ export default {
|
||||||
that.materialOptions = [];
|
that.materialOptions = [];
|
||||||
var req = {
|
var req = {
|
||||||
mgroupx: that.mgroupId,
|
mgroupx: that.mgroupId,
|
||||||
page: 0,
|
page: 0
|
||||||
state:20
|
|
||||||
};
|
};
|
||||||
this.$API.wpm.wmaterial.list.req(req).then((res) => {
|
this.$API.wpm.wmaterial.list.req(req).then((res) => {
|
||||||
that.materialOptions = res.filter(item=>{
|
that.materialOptions = res.filter(item=>{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue