项目编号修改为下拉搜索框

This commit is contained in:
zhangsir
2024-08-29 16:40:01 +08:00
parent 207518d0ef
commit d89cc8ea11
3 changed files with 55 additions and 4 deletions

View File

@@ -131,5 +131,6 @@ async function init() {
initDict("course_pic"); //课程封面
initDict("job_type"); //岗位
initDict("band"); //band
initDict("examine_cover")
initDict("examine_cover") //讲师认证封面图
initDict("project_number") //项目编号
}