保安服务企业管理项目备份
zhongrj
2023-11-07 98a9df28fd32832aa53125df4b02d0d65d21920e
Merge branch 'jc' of http://s16s652780.51mypc.cn:49896/r/zhba_enterprises_bf into jc
1 files modified
4 ■■■■ changed files
src/views/trainExam/performance.vue 4 ●●●● patch | view | raw | blame | history
src/views/trainExam/performance.vue
@@ -1219,7 +1219,7 @@
    // 考试重置
    reself({id}) {
      reselfExamScore(id).then((res) => {
          if (res.data.success == true) {
          if (res.data.data.code == 200) {
            this.$message({
              showClose: true,
              message: "重置成功",
@@ -1230,7 +1230,7 @@
          } else {
            this.$message({
              showClose: true,
              message: "重置错误!请联系管理员",
              message: res.data.data.msg,
              type: "warning",
            });
          }