diff --git a/.env.development b/.env.development
index 0819ca53..ad322b0d 100644
--- a/.env.development
+++ b/.env.development
@@ -33,7 +33,7 @@ VUE_APP_PASSWORD_FOR_PERMISSION = false
VUE_APP_PASSWORD_FOR_REGULAR = ^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[-_.@^+\$!%#*?&\$~])[A-Za-z0-9-~_.@^+\$~!%#*?&]{8,32}$
# 是否开启文档签署验证 true:是 false:否
-VUE_APP_WORD_FOR_PERMISSION = false
+VUE_APP_WORD_FOR_PERMISSION = true
# dicom文件地址
diff --git a/src/views/dictionary/template/components/EvaluationOfOncologyConfig.vue b/src/views/dictionary/template/components/EvaluationOfOncologyConfig.vue
index e3e73313..f95ef251 100644
--- a/src/views/dictionary/template/components/EvaluationOfOncologyConfig.vue
+++ b/src/views/dictionary/template/components/EvaluationOfOncologyConfig.vue
@@ -72,7 +72,7 @@
v-loading="loading"
style="width: 100%"
ref="multipleTable"
- :data="$d.OncologyAssessType"
+ :data="OncologyAssessType"
stripe
@selection-change="handleSelectionChange"
>
@@ -81,13 +81,13 @@
width="55">
@@ -105,7 +105,7 @@