阅片单元配置外层问题ABS无法选择
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2026-01-15 10:56:45 +08:00
parent 16c0e84ca0
commit 5ad0da7a4a
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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 = [
{