diff --git a/src/api/lawEnforcement/index.js b/src/api/lawEnforcement/index.js
index f9366145..f441e105 100644
--- a/src/api/lawEnforcement/index.js
+++ b/src/api/lawEnforcement/index.js
@@ -303,3 +303,12 @@ export function getOnrecordByCaseId(caseId) {
method: 'get'
})
}
+
+// 查询农业执法-案件-备案信息详细
+export function communicateAdd(data) {
+ return request({
+ url: '/enforce/website/communicate/add',
+ method: 'post',
+ data: data
+ })
+}
diff --git a/src/router/index.js b/src/router/index.js
index 42292ae9..dd917b08 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -1644,6 +1644,15 @@ export const constantRoutes = [
},
component: (resolve) => require(['@/views/lawEnforcement/user/waitingProcessing'], resolve)
},
+ {
+ path: '/lawEnforcement/complaintAdd',
+ name: 'complaintAdd',
+ meta: {
+ title: '发布投诉',
+ hidden: true,
+ },
+ component: (resolve) => require(['@/views/lawEnforcement/complaint/complaintAdd'], resolve)
+ },
];
diff --git a/src/views/lawEnforcement/complaint/complaintAdd.vue b/src/views/lawEnforcement/complaint/complaintAdd.vue
new file mode 100644
index 00000000..6de35d0b
--- /dev/null
+++ b/src/views/lawEnforcement/complaint/complaintAdd.vue
@@ -0,0 +1,205 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 发布
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/lawEnforcement/complaint/complaintList.vue b/src/views/lawEnforcement/complaint/complaintList.vue
index f18f87c3..e6e8aa3a 100644
--- a/src/views/lawEnforcement/complaint/complaintList.vue
+++ b/src/views/lawEnforcement/complaint/complaintList.vue
@@ -5,8 +5,13 @@
fixed
placeholder
left-arrow
- @click-left="onClickLeft"
- />
+ @click-left="goUserIndex()"
+ @click-right="goAdd()"
+ >
+
+
+
+
{