a
This commit is contained in:
@@ -590,7 +590,7 @@
|
||||
<template #footer v-if="type==1">
|
||||
<div class="dialog-footer">
|
||||
<el-button @click="visible = false">取消</el-button>
|
||||
<el-button type="success" @click="dataFormSubmit(20)" v-if="canSubmit">确认录取</el-button>
|
||||
<el-button type="primary" @click="dataFormSubmit(20)" v-if="canSubmit">确认录取</el-button>
|
||||
<el-button type="danger" plain @click="dataFormSubmit(-20)" v-if="canSubmit">驳回录取</el-button>
|
||||
</div>
|
||||
</template>
|
||||
@@ -612,7 +612,7 @@ import { list as listByGroupId } from '/@/api/recruit/recruitstudentschool'
|
||||
import { getDeptList } from "/@/api/basic/basicclass"
|
||||
import { getList } from "/@/api/recruit/recruitstudentplangroup"
|
||||
import { listByEdu } from "/@/api/recruit/recruitstudentplan"
|
||||
import { getDictsByTypes } from "/@/api/admin/dict"
|
||||
import { getDicts, getDictsByTypes } from "/@/api/admin/dict"
|
||||
import { useDict } from '/@/hooks/dict'
|
||||
import { areaList, areaSonList } from "/@/api/recruit/recruitstudentschool"
|
||||
import { list as scoreList } from "/@/api/recruit/recruitstudentplancorrectscoreconfig"
|
||||
@@ -832,6 +832,9 @@ const init = (id: string | null, typeParam: number) => {
|
||||
isShow.value = true
|
||||
nextTick(() => {
|
||||
dataFormRef.value?.resetFields()
|
||||
getDicts('finance_student_source').then((res: any) => {
|
||||
eduList.value = res.data || []
|
||||
})
|
||||
if (dataForm.id) {
|
||||
areaPList.value = []
|
||||
areaCList.value = []
|
||||
|
||||
Reference in New Issue
Block a user