소스 검색

修改bug

gaoxiong 1 년 전
부모
커밋
cf9597f91e
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      src/views/menu/monitoringCall/components/consultInfo.vue
  2. 1 1
      src/views/menu/monitoringCall/index.vue

+ 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;