diff --git a/src/api/api.js b/src/api/api.js
index 4bdc4f9..e7f0a87 100644
--- a/src/api/api.js
+++ b/src/api/api.js
@@ -116,6 +116,11 @@ const getContactsByCompany = (params) => getAction('/company/payContactsManageme
const getContactsByCompanyNoLimit = (params) => getAction('/company/payContactsManagement/queryByCompanyMeeting', params)
// 通过联系人id获取联系人信息
const getContactsById = (param) => getAction('/company/payContactsManagement/queryByIdMeeting', param)
+// 企业管理员重置密码
+const companyAdminResetPassword = (param) => postAction('/company/payContactsManagement/queryByIdMeeting', param)
+
+// 企业管理员启用禁用
+const companyAdminEnable= (param) => postAction('/company/payContactsManagement/queryByIdMeeting', param)
// 加密获取key 与 iv
const getKeyIv = (param) => getAction('/sys/getEncryptedString',param)
@@ -183,7 +188,9 @@ export {
getFileInfo,
getKeyIv,
getContactsByCompanyNoLimit,
- loginIdmPlatform
+ loginIdmPlatform,
+ companyAdminResetPassword,
+ companyAdminEnable
}
diff --git a/src/views/businessManagement/CompanyAdmin.vue b/src/views/businessManagement/CompanyAdmin.vue
new file mode 100644
index 0000000..42b987a
--- /dev/null
+++ b/src/views/businessManagement/CompanyAdmin.vue
@@ -0,0 +1,197 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/businessManagement/modules/CompanyAdminModule.vue b/src/views/businessManagement/modules/CompanyAdminModule.vue
new file mode 100644
index 0000000..460a10d
--- /dev/null
+++ b/src/views/businessManagement/modules/CompanyAdminModule.vue
@@ -0,0 +1,211 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ event.target.value = event.target.value.trim()" :maxLength="50"
+ v-decorator="['username']">
+
+
+
+
+
+
+ {e.target.value = e.target.value.replace(/[^0-9]/g,'')}"
+ :maxLength="11"
+ v-decorator="['phone']">
+
+
+
+
+
+
+
+
+
+
+