From 08554c4ac3550ba0a4402e0cfbce0136e9274eef Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 08 Mar 2022 14:26:23 +0800
Subject: [PATCH] map 相关无用删除
---
src/views/trainExam/performance.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/trainExam/performance.vue b/src/views/trainExam/performance.vue
index 5eb320a..f53f93c 100644
--- a/src/views/trainExam/performance.vue
+++ b/src/views/trainExam/performance.vue
@@ -1479,7 +1479,7 @@
getNowDate().then(res => {
var num = 24 * 3600 * 1000;
if (this.userInfo.role_name == "培训公司管理员") {
- if (res.data.data - longtime <= num) {
+ // if (res.data.data - longtime <= num) {
this.form = {
id: null,
examScoreId: row.id,
@@ -1492,13 +1492,13 @@
allGrade: row.allGrade
};
this.gradeBoxVisible = true;
- } else {
- //提示
- that.$message({
- type: "warning",
- message: "成绩修改申请只能在考试截止时间后的24小内提交!"
- });
- }
+ // } else {
+ // //提示
+ // that.$message({
+ // type: "warning",
+ // message: "成绩修改申请只能在考试截止时间后的24小内提交!"
+ // });
+ // }
} else {
this.form = {
id: null,
--
Gitblit v1.9.3