gaoxiong il y a 1 an
Parent
commit
cf9597f91e

+ 2 - 1
src/views/menu/monitoringCall/components/consultInfo.vue

@@ -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)
       })

+ 1 - 1
src/views/menu/monitoringCall/index.vue

@@ -351,7 +351,7 @@ export default {
             //提醒确认
             Dialog.confirm({
               title: '提示',
-              message: '当前调阅任务今日调阅已达到5次,是否继续调阅?!',
+              message: '当前调阅任务今日调阅已达到5次,是否继续调阅?',
             }).then(() => {
               this.$refs.scandialog.visible = true;
               this.globalLoading=true;