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;