报警详情页面跳转

This commit is contained in:
xusd 2024-06-11 14:34:37 +08:00
parent cacc658887
commit 2acdca96e8

View File

@ -84,7 +84,10 @@
} }
updateRecord(data).then(() => { updateRecord(data).then(() => {
uni.$u.toast('处理成功'); uni.$u.toast('处理成功');
this.$tab.redirectTo("/pages/work/alarm/listAlarm?flag=1"); uni.navigateBack({
//
delta: 1
});
}) })
}, },
} }