From 96eaa89722ffd9d541b2d8ca1be6bd88e024cf47 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 30 Jul 2025 16:41:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=B0=86=E5=B7=A5=E6=AE=B5=E6=94=BE?= =?UTF-8?q?=E5=88=B0=E9=83=A8=E9=97=A8=E5=89=8D=E9=9D=A2=EF=BC=8C=E9=80=89?= =?UTF-8?q?=E4=B8=AD=E5=B7=A5=E6=AE=B5=E5=90=8E=EF=BC=8C=E5=B7=A5=E6=AE=B5?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=BA=E8=AF=A5=E5=B7=A5=E6=AE=B5=E6=89=80?= =?UTF-8?q?=E5=B1=9E=E7=9A=84=E9=83=A8=E9=97=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/mio_form.vue | 48 +++++++++++++++++++++++--------------- 1 file changed, 29 insertions(+), 19 deletions(-) diff --git a/src/views/inm/mio_form.vue b/src/views/inm/mio_form.vue index 9c5a31fe..cd6855f4 100644 --- a/src/views/inm/mio_form.vue +++ b/src/views/inm/mio_form.vue @@ -95,7 +95,26 @@ + + + + + - - - - - + { + if(item.id == that.form.mgroup){ + this.form.belong_dept = item.belong_dept; + } + }) + }, getmgroupOptions() { this.$API.mtm.mgroup.list.req({page: 0}).then(res=>{ this.mgroupOptions = res;