Commit c7be6c5a authored by Hagsn3's avatar Hagsn3

添加headers

parent 7371d4a8
......@@ -30,11 +30,12 @@ export function getIncomeInspectInfo(businessId) {
// 3. 保存检查一
export function addIncomeInspectInfo(data) {
data = Qs.stringify(data)
// data = Qs.stringify(data)
return request({
url: '/incomeinspectinfo/persistCheck',
method: 'post',
data: data
data: data,
headers: { 'Content-Type': 'application/json;charset=utf8' }
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment