@@ -56,3 +56,14 @@ export function doApply(params) {
method: 'post',
})
}
+
+//获取公司审核列表
+export function getExamineCompanyList(companyId) {
+ return request({
+ url: '/mobile/personInfoApi/examineCompanyList',
+ data: Qs.stringify({
+ companyId: companyId
+ }),
+ method: 'post',
+ })
+}
@@ -121,7 +121,8 @@
ids: '',
content: '',
status: '',
- deviceIds: ''
+ deviceIds: '',
+ companyId: ''
},
firstRecordsTotal: 0,
@@ -105,7 +105,8 @@
detail: {},
@@ -52,7 +52,8 @@
checkVal: [],