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; let that = this;
that.$API.wpm.wmaterial.list that.$API.wpm.wmaterial.list
.req({ .req({
material__in: that.material_in,
belong_dept__name: "6车间", belong_dept__name: "6车间",
page: 0, page: 0,
material__in: that.material__in,
}) })
.then((res) => { .then((res) => {
if (res.length > 0) { if (res.length > 0) {