fix
This commit is contained in:
parent
c5bd0352ec
commit
ff92a53fc7
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue