报警详情页面跳转
This commit is contained in:
parent
cacc658887
commit
2acdca96e8
@ -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
|
||||||
|
});
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user