@@ -76,3 +76,11 @@ export function fullyReplicated(param) {
|
||||
})
|
||||
}
|
||||
|
||||
// 获取所有字典key
|
||||
export function getDictionaryCodeList() {
|
||||
return request({
|
||||
url: `/Dictionary/getAllDictionaryKey`,
|
||||
method: 'post',
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user