增加菜单权限接口批量创建功能
This commit is contained in:
@@ -39,3 +39,12 @@ export function DelObj(id: DelReq) {
|
||||
data: { id },
|
||||
});
|
||||
}
|
||||
|
||||
export function BatchAdd(obj: AddReq) {
|
||||
return request({
|
||||
url: apiPrefix + 'batch_create/',
|
||||
method: 'post',
|
||||
data: obj,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user