diff --git a/src/project/lulong/AppHandSnapshot/Add.vue b/src/project/lulong/AppHandSnapshot/Add.vue
index 7db41ae3..0c80136f 100644
--- a/src/project/lulong/AppHandSnapshot/Add.vue
+++ b/src/project/lulong/AppHandSnapshot/Add.vue
@@ -128,7 +128,7 @@ export default {
return this.$u.toast('请输入手机号')
}
this.flag = true
- this.$http.post(`/app/appresidentreportinfo/addByGirdMember`, {...this.forms, ...this.forms.mapInfo}).then((res) => {
+ this.$http.post(`/app/apppatrolreportinfo/addByGirdMember`, {...this.forms, ...this.forms.mapInfo}).then((res) => {
if (res.code == 0) {
this.$u.toast('事件添加成功')
uni.$emit('getListInit')
diff --git a/src/project/lulong/AppHandSnapshot/AppHandSnapshot.vue b/src/project/lulong/AppHandSnapshot/AppHandSnapshot.vue
index 9bbe6a93..2eef94c8 100644
--- a/src/project/lulong/AppHandSnapshot/AppHandSnapshot.vue
+++ b/src/project/lulong/AppHandSnapshot/AppHandSnapshot.vue
@@ -9,7 +9,7 @@

-
没有网格员权限
无法查看事件上报信息哦~
+
没有网格员权限
无法查看巡查上报信息哦~
@@ -21,7 +21,7 @@ import {mapState} from 'vuex'
export default {
name: 'AppHandSnapshot',
- appName: '事件上报',
+ appName: '巡查上报',
data() {
return {
component: 'List',
@@ -72,7 +72,7 @@ export default {
}
},
onShow() {
- document.title = '事件上报'
+ document.title = '巡查上报'
uni.$on('hideTab', () => {
this.isTab = false
})
diff --git a/src/project/lulong/AppHandSnapshot/List.vue b/src/project/lulong/AppHandSnapshot/List.vue
index 27b09464..35640deb 100644
--- a/src/project/lulong/AppHandSnapshot/List.vue
+++ b/src/project/lulong/AppHandSnapshot/List.vue
@@ -111,7 +111,7 @@ export default {
},
getList() {
let {current, eventStatus, searchGrid: {id: girdId}} = this
- this.$http.post(`/app/appresidentreportinfo/listByGirdMember`, null, {
+ this.$http.post(`/app/apppatrolreportinfo/list`, null, {
params: {
size: 10,
current,
diff --git a/src/project/xbot/AppWorkOrder/AppWorkOrder.vue b/src/project/xbot/AppWorkOrder/AppWorkOrder.vue
index 3e13b151..e1d37ce8 100644
--- a/src/project/xbot/AppWorkOrder/AppWorkOrder.vue
+++ b/src/project/xbot/AppWorkOrder/AppWorkOrder.vue
@@ -25,6 +25,10 @@
事件类型
{{ $dict.getLabel('xbotReportEventType', item.type)}}
+
+ 所属群聊
+ {{ item.groupName }}
+
上报时间