diff --git a/src/api/lawEnforcement/index.js b/src/api/lawEnforcement/index.js index 544b9fca..2938291a 100644 --- a/src/api/lawEnforcement/index.js +++ b/src/api/lawEnforcement/index.js @@ -381,3 +381,12 @@ export function updateCompany(data) { data: data }) } + +// 修改农业执法-监管对象(个体户) +export function updatePersonal(data) { + return request({ + url: '/enforce/personal/edit', + method: 'post', + data: data + }) +} diff --git a/src/views/lawEnforcement/user/index.vue b/src/views/lawEnforcement/user/index.vue index 07672aa0..6c25e7ce 100644 --- a/src/views/lawEnforcement/user/index.vue +++ b/src/views/lawEnforcement/user/index.vue @@ -6,7 +6,7 @@

{{user.nickName}}{{roleGroup}}

-

({{companyName}}){{user.dept.deptName}}

+

({{companyName}}){{user.dept.deptName}}

{{postGroup}}

diff --git a/src/views/lawEnforcement/user/userInformation.vue b/src/views/lawEnforcement/user/userInformation.vue index 286166c8..2f0d0bd5 100644 --- a/src/views/lawEnforcement/user/userInformation.vue +++ b/src/views/lawEnforcement/user/userInformation.vue @@ -8,7 +8,7 @@ @click-left="onClickLeft" /> - + - + + +
- 立即注册 + 保存
@@ -113,8 +120,10 @@