diff --git a/src/api/company.ts b/src/api/company.ts index ca99e62..89b5e75 100644 --- a/src/api/company.ts +++ b/src/api/company.ts @@ -44,3 +44,8 @@ export function generateGontract(params: any) { export function authentication(params: any) { return request.get({ url: '/company/authentication', params }) } + +// 平台公司 +export function companyListTwo(params: any) { + return request.get({ url: '/company/list_two', params }) +} \ No newline at end of file diff --git a/src/views/company/edit.vue b/src/views/company/edit.vue index 408eaa2..44d9203 100644 --- a/src/views/company/edit.vue +++ b/src/views/company/edit.vue @@ -429,7 +429,7 @@ placeholder="请选择签约方" clearable :style="{ width: '100%' }" - :disabled="partyDisabled" + :disabled="!partyDisabled || isDisabled" @click="openCompany" >