普通招生

This commit is contained in:
guochunsi
2026-01-16 11:10:54 +08:00
parent 7e1239cc0f
commit 0adbd148e2
8 changed files with 178 additions and 71 deletions

View File

@@ -75,11 +75,10 @@
<div class="mb15">
<el-button
v-if="permissions.recruitStuDorm"
type="primary"
icon="Setting"
@click="setDormFW"
>
住宿范围
设置住宿范围
</el-button>
<el-button
v-if="permissions.recruitStuDorm"

View File

@@ -127,7 +127,7 @@ const init = async () => {
const eduRes = await getTypeValue('education_type')
eduList.value = eduRes.data || []
} catch (error) {
console.error('初始化失败', error)
message.error('初始化失败')
}
}