47 7 hónapja
szülő
commit
99792b27f9

+ 3 - 2
src/views/system/workroomTeacher/dept/index.vue

@@ -248,10 +248,11 @@ export default defineComponent({
       form.id = res.id;
       form.address = res.address;
       form.supervisor = res.user.nickname;
-      form.phone = res.user.mobile;
-      form.email = res.user.email;
+      form.phone = res.phone;
+      form.email = res.email;
       form.name = res.name;
       form.leaderUserId = res.user.id;
+      form.description = res.description;
       userInfo.value = res.user; 
     };
 

+ 1 - 1
src/views/system/workroomTeacher/user/student.vue

@@ -209,7 +209,7 @@
 </template>
 <script lang="ts" setup>
 import { DICT_TYPE, getIntDictOptions } from '@/utils/dict'
-import { checkPermi } from '@/utils/permission'
+// import { checkPermi } from '@/utils/permission'
 import { dateFormatter } from '@/utils/formatTime'
 import download from '@/utils/download'
 import { CommonStatusEnum } from '@/utils/constants'