diff --git a/src/api/company.ts b/src/api/company.ts index c6c8e3f..6c97204 100644 --- a/src/api/company.ts +++ b/src/api/company.ts @@ -53,4 +53,9 @@ export function companyListTwo(params: any) { // 获取管辖区域 export function companyResponsibleArea(params: any) { return request.get({ url: '/company/responsible_area', params }) +} + +// 人脸采集 +export function organizationFaceCreate(params: any) { + return request.get({ url: '/company/organizationFaceCreate', params }) } \ No newline at end of file diff --git a/src/views/company/edit.vue b/src/views/company/edit.vue index 704a03f..21d2595 100644 --- a/src/views/company/edit.vue +++ b/src/views/company/edit.vue @@ -250,9 +250,20 @@
主要联系人
+ - -
+ + * +
- 上传人脸证件照
@@ -310,7 +320,6 @@ :disabled="isDisabled" v-model="formData.master_phone" placeholder="请输入手机" - type="number" clearable :style="{ width: '100%' }" > @@ -659,11 +668,11 @@ 1