This commit is contained in:
shijing 2024-06-19 13:38:39 +08:00
parent c5bd0352ec
commit ff92a53fc7
1 changed files with 1 additions and 1 deletions

View File

@ -623,9 +623,9 @@ export default {
let that = this;
that.$API.wpm.wmaterial.list
.req({
material__in: that.material_in,
belong_dept__name: "6车间",
page: 0,
material__in: that.material__in,
})
.then((res) => {
if (res.length > 0) {