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