Browse Source

Merge branch 'dev' of http://git.xayunmei.com/SH-Arbitrate/Mediation-Frontend into hcb

hanchaobo 2 years ago
parent
commit
471ac21120
2 changed files with 864 additions and 543 deletions
  1. 9
    0
      src/api/caseManagement/caseManagement.js
  2. 855
    543
      src/views/caseManagement/components/addCase.vue

+ 9
- 0
src/api/caseManagement/caseManagement.js View File

191
     data: data,
191
     data: data,
192
   })
192
   })
193
 }
193
 }
194
+// 根据身份证获取生日和性别
195
+export function getInfoByIdCard(query) {
196
+  return request({
197
+    url: '/caseApplication/getInfoByIdCard',
198
+    method: 'get',
199
+    params: query
200
+  })
201
+}
202
+

+ 855
- 543
src/views/caseManagement/components/addCase.vue
File diff suppressed because it is too large
View File