保安服务企业管理项目备份
guoshilong
2023-12-20 7becb16bb38cb3284c7f4e3dc2c486dd55812c8a
src/views/trainExam/performance.vue
@@ -97,7 +97,6 @@
          size="small"
          plain
          v-if="permission.trainExam_performance_paper_apply"
          style="display: none"
          icon="el-icon-collection-tag"
          @click="handleSecurityPaperApply"
          >证书制证申请
@@ -295,7 +294,7 @@
                请上传笔试答题图片,只能上传jpg/png文件,最多上传5张图片
              </div>
            </el-upload>
            <el-dialog :visible.sync="dialogVisible"
            <el-dialog :visible.sync="dialogVisible"
              :modal="true"
              :modal-append-to-body="true"
              :append-to-body="true"
@@ -705,7 +704,6 @@
            // 表单编辑时是否可见
            editDisplay: true,
            searchLabelWidth: 50,
            searchSpan: 3,
            // 表单编辑时是否为查看模式
            editDetail: false,
            rules: [
@@ -1212,6 +1210,7 @@
          this.permission.trainExam_performance_export,
          false
        ),
        trainExam_performance_paper_apply:this.vaildData(this.permission.trainExam_performance_paper_apply,true)
      };
    },
  },
@@ -1219,7 +1218,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 +1229,7 @@
          } else {
            this.$message({
              showClose: true,
              message: "重置错误!请联系管理员",
              message: res.data.data.msg,
              type: "warning",
            });
          }