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: {