diff --git a/src/components/sumDoctorCheck/SumSug.vue b/src/components/sumDoctorCheck/SumSug.vue
index c4bca59..75eadb3 100644
--- a/src/components/sumDoctorCheck/SumSug.vue
+++ b/src/components/sumDoctorCheck/SumSug.vue
@@ -85,7 +85,8 @@
-->
-
+
+
-
+
+
+
健康指导
@@ -255,6 +258,8 @@ export default {
choosedDiagnosisIds: [], // 已选的诊断集合
collapse: false, // 折叠/展开全部建议
+ dispTermReason:'N', // 显示医学解释与常见原因
+
dialogWinSymbols: false,
selection: { // 光标位置
start: 0, end: 0
@@ -275,6 +280,8 @@ export default {
let userPriv = window.sessionStorage.getItem('userPriv')
if (userPriv) this.pagePriv.privs = deepCopy(getPagePriv(this.pagePriv.routeUrlorPageName))
+ // 获取是否显示医学解释与常见原因
+
},
//挂载完成