【增加】增加字典接口 增加权限的组件

This commit is contained in:
zhoulingpo
2023-05-05 18:04:30 +08:00
parent 2b32ef9201
commit 2da2f29c11
3 changed files with 11 additions and 9 deletions
+3 -2
View File
@@ -24,8 +24,9 @@ export default {
},
delDic (data) {
return request({
url: '/api/sys/dict/'+data,
method: 'get',
url: '/api/sys/dict/delete',
method: 'delete',
params:data
})
},
}