稽查配置相关修改
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-06-04 14:21:54 +08:00
parent 6c9e471e75
commit 1744d48889
2 changed files with 56 additions and 5 deletions
+8
View File
@@ -76,3 +76,11 @@ export function fullyReplicated(param) {
})
}
// 获取所有字典key
export function getDictionaryCodeList() {
return request({
url: `/Dictionary/getAllDictionaryKey`,
method: 'post',
})
}