Commit 3eb65c13bdf332339d04370e771ce91fc6e3ad6a
Merge branch 'master' of http://39.98.150.180/frontend-uniapp/Civil-Affairs-Bureau-WeChar
Showing
2 changed files
with
5 additions
and
0 deletions
Civil-Affairs-Bureau-WeChar @ 265e64e9a0c
| 1 | +Subproject commit 265e64e9a0cbb670ab3ba7d3d113ab4863bb0058 |
apis/modules/ryy.js
| @@ -7,5 +7,9 @@ export default { | @@ -7,5 +7,9 @@ export default { | ||
| 7 | }, | 7 | }, |
| 8 | addRegistration(data) { | 8 | addRegistration(data) { |
| 9 | return request.post('/childAdopt/registration',data) | 9 | return request.post('/childAdopt/registration',data) |
| 10 | + }, | ||
| 11 | + // 获取历史记录和流程 | ||
| 12 | + getHistory(pages) { | ||
| 13 | + return request.get('/childAdopt/registration/caseHistory',pages) | ||
| 10 | } | 14 | } |
| 11 | } | 15 | } |
| 12 | \ No newline at end of file | 16 | \ No newline at end of file |