Commit 89ab0b57 authored by Hagsn3's avatar Hagsn3

Merge remote-tracking branch 'origin/project9-8' into project9-8

parents 0599079f 40d4ee27
......@@ -28,11 +28,11 @@ export function getIncomeInspectInfo(businessId) {
})
}
// 3. 新增
// 3. 保存检查一
export function addIncomeInspectInfo(data) {
data = Qs.stringify(data)
return request({
url: '/incomeinspectinfo/add',
url: '/incomeinspectinfo/persistCheck',
method: 'post',
data: data
})
......
This diff is collapsed.
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