fix:工艺路线新增时产品可以选择半成品
This commit is contained in:
parent
2a36b210b2
commit
f0eb0708e7
|
@ -231,10 +231,10 @@ export default {
|
|||
},
|
||||
getMaterials() {
|
||||
let that = this;
|
||||
this.$API.mtm.material.list
|
||||
.req({ page: 0, type__in: "10,20", is_hidden: false })
|
||||
that.$API.mtm.material.list
|
||||
.req({ page: 0, type__in: "10,20"})
|
||||
.then((res) => {
|
||||
this.materials = res;
|
||||
that.materials = res;
|
||||
});
|
||||
},
|
||||
handleStep(val) {
|
||||
|
|
Loading…
Reference in New Issue