From c59c15167df5768baef58898339a42a90eb524b0 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 8 Dec 2025 14:16:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=9F=E6=96=99=E5=BA=9F=E5=93=81=E5=BA=93?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/inmScrap.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/inm/inmScrap.vue b/src/views/inm/inmScrap.vue index 1c14032d..3faff3aa 100644 --- a/src/views/inm/inmScrap.vue +++ b/src/views/inm/inmScrap.vue @@ -110,7 +110,7 @@ export default { wmState, apiObj: null, params: { - state : 50, + state : 10, state_all: 1 }, dialog: { @@ -128,7 +128,7 @@ export default { let that = this; that.route_code = that.$route.path.split("/")[2]; if(that.route_code=='scrap'){ - that.params.material__type__in = 30; + that.params.material__type = 30; } that.apiObj = that.$API.wpm.wmaterial.list; that.$API.mtm.mgroup.list.req({ page: 0}).then((res) => {