@@ -343,7 +343,8 @@ export default {
finishRegistration({
id: this.taskData.id,
signImgUrl:this.signImgUrl,
- taskId: this.$route.params.id.split('_')[0]
+ taskId: this.$route.params.id.split('_')[0],
+ monitorFlag:1,
}).then(res => {
this.$router.go(-1)
})
@@ -351,7 +351,7 @@ export default {
//提醒确认
Dialog.confirm({
title: '提示',
- message: '当前调阅任务今日调阅已达到5次,是否继续调阅?!',
+ message: '当前调阅任务今日调阅已达到5次,是否继续调阅?',
}).then(() => {
this.$refs.scandialog.visible = true;
this.globalLoading=true;