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