fix:工艺路线新增时产品可以选择半成品

This commit is contained in:
shijing 2025-02-18 09:30:45 +08:00
parent 2a36b210b2
commit f0eb0708e7
1 changed files with 3 additions and 3 deletions

View File

@ -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) {