From f7184d4f2a32924cf43ba4d31ad83ffbeff650b9 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 29 Apr 2022 10:20:25 +0800 Subject: [PATCH] 29418 --- src/apps/AppMonitoringObject/MonitorFamilySituation.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/apps/AppMonitoringObject/MonitorFamilySituation.vue b/src/apps/AppMonitoringObject/MonitorFamilySituation.vue index be27c3f0..30bcb319 100644 --- a/src/apps/AppMonitoringObject/MonitorFamilySituation.vue +++ b/src/apps/AppMonitoringObject/MonitorFamilySituation.vue @@ -350,11 +350,11 @@ export default { id: this.id }).then(res => { if (res.code === 0) { - this.$u.toast('保存成功') + this.$u.toast('操作成功') uni.$emit('reload') - uni.navigateBack({ - delta: 1 - }) + setTimeout(() => { + uni.navigateBack() + }, 600) } }) },