luozhun
b3b1ee41f5
- 新增 OpenApiMapper 接口和对应的 XML 文件,实现根据代码和等级获取企事业单位列表 - 修改 AssessmentRecordController,增加用户类型检查注解- 更新 CkAssessmentRecordMapper 接口和 XML 文件,支持按公安单位 ID 查询考核记录- 修改 AssessmentRecordPagerQueryParams 类,增加新的查询参数 - 更新 CkAssessmentRecordServiceImpl 中的 pager 方法,支持不同用户类型的查询逻辑 - 修改 EnterprisesUnitDetailDTO 类,增加企事业单位类型字段- 新增 OpenGetEnterprisesUnit 类,用于定义企事业单位列表接口的查询参数 - 更新 OpenApiService 接口和 OpenApiServiceImpl 类,实现新的企事业单位列表接口 - 修改前端页面,支持新的查询参数和展示逻辑 |
||
---|---|---|
.. | ||
public | ||
src | ||
.env.development | ||
.env.production | ||
.gitignore | ||
Jenkinsfile | ||
README.md | ||
index.html | ||
package.json | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
README.md
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.