耗材目录包装单位的拼音搜索
This commit is contained in:
@@ -18,10 +18,11 @@ export function getData(dictCode) {
|
||||
}
|
||||
|
||||
// 根据字典类型查询字典数据信息
|
||||
export function getDicts(dictType) {
|
||||
export function getDicts(dictType, searchKey) {
|
||||
return request({
|
||||
url: '/system/dict/data/type/' + dictType,
|
||||
method: 'get'
|
||||
method: 'get',
|
||||
params: searchKey ? { searchKey } : {}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user