From 4565b7cccac79a27047b14e9405d065bf458506d Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 24 Mar 2026 14:55:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=A6=85=E9=81=93361?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/mioitem_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/inm/mioitem_form.vue b/src/views/inm/mioitem_form.vue index 4e21a1f2..7ee5c7b8 100644 --- a/src/views/inm/mioitem_form.vue +++ b/src/views/inm/mioitem_form.vue @@ -399,7 +399,7 @@ export default { let that = this; let params = {material: this.form.material,page: 0}; if (this.mgroup != null) { - params.mgroup= this.mgroup; + params.mgroupx= this.mgroup; if(that.type=='do_in'){ params.state = 10; }