This commit is contained in:
liuye
2023-08-23 09:25:57 +08:00
parent e62d28516b
commit 2df7951eb8
3 changed files with 26 additions and 19 deletions

View File

@@ -156,7 +156,7 @@ export default {
watch: {},
onLoad(o) {
this.id = o.id
this.$dict.load('realityStatus', 'clapDoStatus', 'xbotReportEventType').then(() => {
this.$dict.load('realityStatus', 'clapDoStatus', 'xbotReportEventType', 'clapEventStatus').then(() => {
this.getDetail()
})
@@ -181,7 +181,7 @@ export default {
},
doThings() {
this.$http.post(`/app/appsessionarchivereportinfo/finish?id=${this.id}&eventStatus=1`).then((res) => {
this.$http.post(`/app/appsessionarchivereportinfo/acceptance?id=${this.id}`).then((res) => {
if (res.code == 0) {
this.getDetail()
}