事件上报

This commit is contained in:
liuye
2023-05-08 17:56:39 +08:00
parent a25da8f889
commit 5b57142d7d
7 changed files with 359 additions and 38 deletions

View File

@@ -82,7 +82,7 @@ export default {
},
methods: {
typeList() {
this.$http.post(`/app/appclapeventgroup/list`, null, {
this.$http.post(`/app/appresidentreportgroup/list`, null, {
params: {
size: 9999,
},
@@ -126,7 +126,7 @@ export default {
return this.$u.toast('请输入手机号')
}
this.flag = true
this.$http.post(``).then((res) => {
this.$http.post(`/app/appresidentreportinfo/addByGirdMember`, {...this.forms, ...this.forms.mapInfo}).then((res) => {
if (res.code == 0) {
this.$u.toast('事件添加成功')
uni.$emit('getListInit')