zdg #197

Merged
zhengdegang merged 4 commits from zdg into main 2024-09-11 20:06:22 +08:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit f0e87338fb - Show all commits

View File

@ -296,7 +296,7 @@ const submitForm = async (formEl) => {
schoolId:ruleForm.school[2], schoolId:ruleForm.school[2],
classIds:ruleForm.class.join(','), classIds:ruleForm.class.join(','),
subjectIds:ruleForm.discipline.map(o=>o.id).join(','), subjectIds:ruleForm.discipline.map(o=>o.id).join(','),
subject:ruleForm.discipline.map(o=>o.itemtitle).join(','), subject:ruleForm.discipline.map(o=>`${o.edustage}-${o.edusubject}`).join(','),
areaIds:ruleForm.address.join(','), areaIds:ruleForm.address.join(','),
area:araname area:araname
} }

View File

@ -32,7 +32,7 @@
> >
</el-form-item> </el-form-item>
<div class="flex mb-4" style="display: flex;justify-content: center;color: #ccc;cursor: pointer;"> <div class="flex mb-4" style="display: flex;justify-content: center;color: #ccc;cursor: pointer;">
<a style="margin-right: 10px;" @click="RegisterModel">注册账号</a> <a class="hover:text-sky-500" style="margin-right: 10px;" @click="RegisterModel">注册账号</a>
<!-- | --> <!-- | -->
<!-- <a style="margin-left: 10px;">忘记密码</a> --> <!-- <a style="margin-left: 10px;">忘记密码</a> -->
</div> </div>