yj
2024-07-19 5e4bed2d67b26eeb7eab4d176bfabe3f527836e4
src/views/exam/paper/do.vue
@@ -232,7 +232,7 @@
          showClose: false
        }).then(async () => {
          _this.answer.verifyStatus = 2
          _this.submitAnswer('数据已经成功的上传至服务器,并已经保存好。谢谢。')
          _this.submitAnswer('数据已经成功地上传至服务器,并已经保存好。谢谢。')
        }).catch(async () => {
          _this.formLoading = false
          _this.submitDisable = false
@@ -240,7 +240,7 @@
      } else {
        _this.answer.verifyStatus = 1
        _this.answer.finish = 1
        _this.submitAnswer('您已经完成了工作行为问卷,数据已经成功的上传至服务器,并已经保存好。谢谢。')
        _this.submitAnswer('您已经完成了工作行为问卷,数据已经成功地上传至服务器,并已经保存好。谢谢。')
      }
    },
    startDo: function () {