flat: 修改企业性质

This commit is contained in:
Apcallover
2024-05-06 18:01:43 +08:00
parent fe0d0af325
commit 5739f53062
3 changed files with 34 additions and 14 deletions

View File

@@ -115,4 +115,8 @@ export const getDictionary = (params) => {
method: 'get',
params
})
}
}
export const getDictionary2 = () => request({
url: '/api/jobslink-api/system/dict-biz/dictionary?code=company_nature',
method: 'get',
})