健康上报成功页面,特殊人群编辑删除权限判断
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user