From 4baf09ca7f2637eaec38acd599708f0132b1e6cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Mon, 29 Nov 2021 11:36:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/lawEnforcement/index.js | 25 +++ src/router/index.js | 2 +- src/views/lawEnforcement/case/caseList.vue | 194 ++++++++++++++---- .../lawEnforcement/changePassword/index.vue | 69 +++++-- .../complaint/complaintList.vue | 170 +++++++-------- .../complaint/indexComplaint.vue | 2 +- src/views/lawEnforcement/complaint/reply.vue | 35 +++- src/views/lawEnforcement/index.vue | 2 +- src/views/lawEnforcement/login.vue | 4 +- .../lawEnforcement/products/productsList.vue | 157 ++++++++++---- src/views/lawEnforcement/user/index.vue | 37 +++- 11 files changed, 498 insertions(+), 199 deletions(-) diff --git a/src/api/lawEnforcement/index.js b/src/api/lawEnforcement/index.js index 5d2a4e92..b96da012 100644 --- a/src/api/lawEnforcement/index.js +++ b/src/api/lawEnforcement/index.js @@ -200,3 +200,28 @@ export function progressList(query) { params: query }) } + +// 查询用户个人信息 +export function getUserProfile() { + return request({ + url: '/system/user/profile/get', + method: 'get' + }) +} + +// 用户密码重置 +export function updateUserPwd(data) { + return request({ + url: '/system/user/profile/updatePwd', + method: 'post', + params: data + }) +} + +// 查询举报留言详细 +export function getCommunicate(id) { + return request({ + url: '/enforce/communicate/get/' + id, + method: 'get' + }) +} diff --git a/src/router/index.js b/src/router/index.js index 300210a7..f914167f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1459,7 +1459,7 @@ export const constantRoutes = [ path: '/lawEnforcement', name: 'lawEnforcement', meta: { - title: '农业综合执法公众平台', + title: '农业综合行政执法公众平台', hidden: true, }, component: (resolve) => require(['@/views/lawEnforcement/index'], resolve) diff --git a/src/views/lawEnforcement/case/caseList.vue b/src/views/lawEnforcement/case/caseList.vue index 40a1d936..e295b107 100644 --- a/src/views/lawEnforcement/case/caseList.vue +++ b/src/views/lawEnforcement/case/caseList.vue @@ -4,8 +4,9 @@
筛选条件:企业 进行中 登记
筛选条件:{{showType}} {{showCaseStatus}} {{showCaseProgress}}
当事人类型
-全部
个人/个体工商户
企业
案件状态
-全部
进行中
结束
中断
案件执法进度
-全部
登记
勘察
立案
取证
处理
裁决
执行
备案
结案
农业综合执法公众平台
+农业综合行政执法公众平台
农业综合执法公众平台
+农业综合行政执法公众平台
筛选条件:企业 进行中 登记
筛选条件:{{showProductType}} {{showCategory}}
当事人类型
-全部
个人/个体工商户
企业
案件状态
-全部
进行中
结束
中断
案件执法进度
-全部
登记
勘察
立案
取证
处理
裁决
执行
备案
结案
农燊高科
-农业农村局种子部门
+{{ user.userName }}
+{{ user.dept.deptName }} {{ postGroup }}