Commit f76336a8 authored by 孙浩's avatar 孙浩

persistCheck

parent 76fd445f
......@@ -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