瀏覽代碼

Merge branch 'iteration-1130'

lex 1 年之前
父節點
當前提交
146976594c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()