This commit is contained in:
liuye
2024-08-09 15:48:29 +08:00
parent a8e19a89ea
commit 73aaf6f2e3
2 changed files with 3 additions and 9 deletions

View File

@@ -135,7 +135,7 @@ export default {
this.flag = true
this.$http.post(`/app/apppatrolreportinfov2/addByGirdMember`, {...this.forms, ...this.forms.mapInfo}).then((res) => {
if (res.code == 0) {
this.$u.toast('事件添加成功')
this.$u.toast('上报成功')
uni.$emit('getListInit')
setTimeout(() => {
uni.navigateBack()