wgl 4 éve
szülő
commit
01a67e93e0

+ 11 - 0
src/projects/business/apis/Master/company.js

@@ -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',
+	})
+}

+ 2 - 1
src/projects/business/views/Master/Company/RegisterExamine.vue

@@ -121,7 +121,8 @@
 					ids: '',
 					content: '',
 					status: '',
-					deviceIds: ''
+					deviceIds: '',
+					companyId: ''
 				},
 				firstRecordsTotal: 0,
 

+ 2 - 1
src/projects/business/views/Master/Company/RegisterInfo.vue

@@ -105,7 +105,8 @@
 					ids: '',
 					content: '',
 					status: '',
-					deviceIds: ''
+					deviceIds: '',
+					companyId: ''
 				},
 				detail: {},
 

+ 2 - 1
src/projects/business/views/Master/Company/RegisterSelectDevice.vue

@@ -52,7 +52,8 @@
 					ids: '',
 					content: '',
 					status: '',
-					deviceIds: ''
+					deviceIds: '',
+					companyId: ''
 				},
 
 				checkVal: [],