修改科室管理和新增科室分类的字典

This commit is contained in:
叶锦涛
2025-11-11 16:46:36 +08:00
parent 3e32458b7f
commit 215fe8b889
2 changed files with 22 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ export function getOrgDetail(id) {
export function initOrgTypeOption() {
return request({
url: '/base-data-manage/organization/init',
method: 'get',
method: 'get'
})
}