lex 1 rok temu
rodzic
commit
6ad98455e5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/tenantStudentRejest/index.tsx

+ 1 - 1
src/views/tenantStudentRejest/index.tsx

@@ -195,7 +195,7 @@ export default defineComponent({
     onMounted(() => {
       removeAuth()
       if (data.tenantGroupId) {
-        forms.tenantGroupId = data.tenantGroupId
+        forms.tenantGroupId = data.tenantGroupId as any
       }
       tenantGroupList()
       getSubjectList()