字典类型查询

This commit is contained in:
chenchun
2022-09-10 14:02:41 +08:00
parent eebafda9e5
commit 1db8bb4d13
4 changed files with 19 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ export function getType(dictId) {
// 新增字典类型
export function addType(data) {
return request({
url: '/system/dict/type',
url: '/dictionary/add',
method: 'post',
data: data
})