From 5ad0da7a4a6f83a9a77a28523d180a8a6c6567fa Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Thu, 15 Jan 2026 10:56:45 +0800
Subject: [PATCH] =?UTF-8?q?=E9=98=85=E7=89=87=E5=8D=95=E5=85=83=E9=85=8D?=
=?UTF-8?q?=E7=BD=AE=E5=A4=96=E5=B1=82=E9=97=AE=E9=A2=98ABS=E6=97=A0?=
=?UTF-8?q?=E6=B3=95=E9=80=89=E6=8B=A9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/store/modules/permission.js | 1 -
.../setting/reading-unit/components/QuestionsForm.vue | 10 +++++++++-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index 08df86dd..7a95d341 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -40,7 +40,6 @@ function filterAsyncRouter(asyncRouterMap = [], lastRouter = false, type = false
route.meta = eval('(' + route.Meta + ')')
route.meta.icon = route.MenuIcon
route.meta.i18n = route.LanguageMark
- console.log(route.LanguageMark)
delete route.Meta
}
delete route.MenuIcon
diff --git a/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsForm.vue b/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsForm.vue
index fe514648..4c661aa6 100644
--- a/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsForm.vue
+++ b/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsForm.vue
@@ -298,7 +298,7 @@
-
@@ -915,6 +915,14 @@ export default {
TableQuestionId: null
}
]
+ } else if (this.form.CustomCalculateMark === 15) {
+ this.form.CalculateQuestions = [
+ {
+ IsTable: false,
+ QuestionId: null,
+ TableQuestionId: null
+ }
+ ]
} else {
this.form.CalculateQuestions = [
{