lex 1 ano atrás
pai
commit
6ad98455e5
1 arquivos alterados com 1 adições e 1 exclusões
  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()