From ff92a53fc7f70273c807b3938333983419495a04 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 19 Jun 2024 13:38:39 +0800 Subject: [PATCH] fix --- src/views/wpm/mlog6_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wpm/mlog6_form.vue b/src/views/wpm/mlog6_form.vue index 9b6d656f..16aa1941 100644 --- a/src/views/wpm/mlog6_form.vue +++ b/src/views/wpm/mlog6_form.vue @@ -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) {