@@ -45,10 +45,19 @@ export function changeFrontAuditSort(param) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getModuleTypeDescriptionList(param) {
|
export function getModuleTypeDescriptionList(params) {
|
||||||
return request({
|
return request({
|
||||||
url: `${param === '' ? '/FrontAuditConfig/getModuleTypeDescriptionList' : '/FrontAuditConfig/getModuleTypeDescriptionList?moduleTypeId=' + param}`,
|
url: `/FrontAuditConfig/getModuleTypeDescriptionList`,
|
||||||
method: 'get'
|
method: 'get',
|
||||||
|
params
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
export function getModuleTypeList(data) {
|
||||||
|
return request({
|
||||||
|
url: `/FrontAuditConfig/getModuleTypeList`,
|
||||||
|
method: 'post',
|
||||||
|
data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user