医生常用语维护->名称字数限制、前端名称唯一性校验等
This commit is contained in:
@@ -13,11 +13,11 @@ export function getDoctorPhraseList() {
|
||||
/**
|
||||
* 搜索医生常用语
|
||||
*/
|
||||
export function searchDoctorPhraseList(phraseName, phraseType, phraseCategory) {
|
||||
export function searchDoctorPhraseList(phraseName, phraseType) {
|
||||
return request({
|
||||
url: '/Doctor-phrase/search',
|
||||
method: 'get',
|
||||
params: { phraseName, phraseType, phraseCategory }
|
||||
params: { phraseName, phraseType }
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user