diff --git a/src/api/perms/admin.ts b/src/api/perms/admin.ts index 8b15305..d1d0e7f 100644 --- a/src/api/perms/admin.ts +++ b/src/api/perms/admin.ts @@ -27,3 +27,11 @@ export function adminDelete(params: any) { export function adminDetail(params: any) { return request.get({ url: '/auth.admin/detail', params }) } +// 生成合同 +export function generateGontract(params: any) { + return request.get({ url: '/company/Draftingcontracts', params }) +} +// 发送短信 +export function sendMsgApi(params: any) { + return request.get({ url: '/company/postsms', params }) +} \ No newline at end of file diff --git a/src/views/company/dialog.vue b/src/views/company/dialog.vue index c38d0ad..5353f51 100644 --- a/src/views/company/dialog.vue +++ b/src/views/company/dialog.vue @@ -1,27 +1,10 @@ diff --git a/src/views/permission/admin/edit.vue b/src/views/permission/admin/edit.vue index 53a8e71..690f9a3 100644 --- a/src/views/permission/admin/edit.vue +++ b/src/views/permission/admin/edit.vue @@ -20,6 +20,7 @@ action="https://worker-task.lihaink.cn/api/upload/image" :show-file-list="false" :on-success="handleAvatarSuccessAvatar" + > - + - + @@ -182,6 +184,19 @@ :value="item.id" /> + + + + + + +
资质信息
@@ -345,9 +360,9 @@ - + --> + + + - \ No newline at end of file