//稽查来源字典
export function getEnumItemByModuleApi(data) {
return request({
url: `${sysAPI}/enumItem/getEnumItemByModule`,
method: 'post',
data,
hideloading: false,
headers: {
'Content-Type': 'application/json;charset=UTF-8'
}
})
}
则需要给他加上headers: {
'Content-Type': 'application/json;charset=UTF-8'
}
就可以了。
image.png










网友评论