@ -151,7 +151,10 @@ export function getServiceItemListPage(data) {
return request({
url: '/as/v1/AsServiceItem/getServiceItemListPage',
method: 'post',
params: data
data: data,
headers: {
'Content-Type': 'application/json'
}
})