健康上报成功页面,特殊人群编辑删除权限判断

This commit is contained in:
liuye
2022-02-11 16:19:34 +08:00
parent f773c78f55
commit 27cf0aeac1
5 changed files with 73 additions and 3 deletions

View File

@@ -207,11 +207,13 @@ export default {
health: this.form.health.join(',')
}).then((res) => {
if (res.code == 0) {
this.$u.toast("上报成功");
this.getCheckTodayReport()
this.getStatis()
uni.navigateTo({url: './Success?status=1'})
}
});
}).catch(() => {
uni.navigateTo({url: './Success?status=0'})
})
},
getCheckTodayReport() {
this.$http.post(`/app/appepidemichealthreport/checkTodayReport`).then((res) => {