-
+
转交事件
-
+
拒绝受理
@@ -159,7 +159,7 @@ export default {
watch: {},
onLoad(o) {
this.id = o.id
- this.$dict.load('realityStatus', 'clapDoStatus').then(() => {
+ this.$dict.load('realityStatus', 'clapDoStatus', 'residentEventSource').then(() => {
this.getDetail()
})
@@ -168,11 +168,11 @@ export default {
})
},
onShow() {
- document.title = this.user.corpId == 'wpytYEDgAACQq2uZ5x54MvlJ9fgvSPXQ' ? '微心愿' : '随手拍'
+ document.title = '事件上报'
},
methods: {
getDetail() {
- this.$http.post(`/app/appclapeventinfo/queryDetailById?id=${this.id}`).then((res) => {
+ this.$http.post(`/app/appresidentreportinfo/queryDetailById?id=${this.id}`).then((res) => {
if (res?.data) {
this.data = res.data
}
@@ -184,7 +184,7 @@ export default {
},
doThings() {
- this.$http.post(`/app/appclapeventinfo/acceptance?id=${this.id}`).then((res) => {
+ this.$http.post(`/app/appresidentreportinfo/finishByGirdMember?id=${this.id}&eventStatus=1`).then((res) => {
if (res.code == 0) {
this.getDetail()
}
diff --git a/src/project/wuxi/AppHandSnapshot/List.vue b/src/project/wuxi/AppHandSnapshot/List.vue
index ebc4f738..ea0a0f82 100644
--- a/src/project/wuxi/AppHandSnapshot/List.vue
+++ b/src/project/wuxi/AppHandSnapshot/List.vue
@@ -101,7 +101,7 @@ export default {
methods: {
getList() {
let {current, eventStatus, searchGrid: {id: girdId}} = this
- this.$http.post(`/app/appclapeventinfo/listByGirdMember`, null, {
+ this.$http.post(`/app/appresidentreportinfo/list`, null, {
params: {
size: 10,
current, searchType: this.currentTabs == 1 ? '1' : '0',