lex 1 anno fa
parent
commit
6ad98455e5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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()