From bf57b75bedd785976af1f2d201b8fc2ab9a6b29f Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Wed, 12 Mar 2025 10:46:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=82=BF=E7=98=A4=E5=AD=A6=E9=98=85=E7=89=87?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 10 +++++----- .../template/components/EvaluationOfOncologyConfig.vue | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 14077eca..4a978c6d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -50,11 +50,11 @@ export const constantRoutes = [ component: () => import('@/views/login/index'), hidden: true }, - { - path: '/test', - component: () => import('@/views/test/index'), - hidden: true - }, + // { + // path: '/test', + // component: () => import('@/views/test/index'), + // hidden: true + // }, { path: '/resetpassword', component: () => import('@/views/forgetpassword/index'), diff --git a/src/views/dictionary/template/components/EvaluationOfOncologyConfig.vue b/src/views/dictionary/template/components/EvaluationOfOncologyConfig.vue index bee89d4d..d5967680 100644 --- a/src/views/dictionary/template/components/EvaluationOfOncologyConfig.vue +++ b/src/views/dictionary/template/components/EvaluationOfOncologyConfig.vue @@ -126,7 +126,7 @@ import { getSystemOncologyInfo, setSystemOncologyInfo, getCriterionDictionary } export default { props: { data: { - type: String, + type: Object, default() { return {} } }, criterionId: {