审核角色配置

This commit is contained in:
cwchen 2025-03-06 19:15:41 +08:00
parent 1b1e7bbb65
commit 87712228b5
1 changed files with 1 additions and 1 deletions

View File

@ -3902,7 +3902,7 @@ export function addHouseCheckRole (data) {
// 编辑审批角色
export function editAuditRole (data) {
return request({
url: '/greenH5/greenWebmodul/rest/greenRole/modify',
url: '/greenH5/greenWebmodul/rest/greenRole/updateHouseCheckUserInfo',
method: 'post',
data
});