diff --git a/src/components/doctorCheck/ButtonList.vue b/src/components/doctorCheck/ButtonList.vue index 05c5256..ff1a595 100644 --- a/src/components/doctorCheck/ButtonList.vue +++ b/src/components/doctorCheck/ButtonList.vue @@ -293,7 +293,8 @@ export default { max: true, visible: false, diagnosis: 'AI诊断信息', - } + }, + }; }, @@ -328,7 +329,10 @@ export default { ...mapMutations(['doctorCheckPrBaseInit']), checkPagePriv, + + prList() { + this.doctorCheck.doctorCheckDialogVisible = true }, diff --git a/src/components/doctorCheck/CheckItemList.vue b/src/components/doctorCheck/CheckItemList.vue index e47bd45..079a1ab 100644 --- a/src/components/doctorCheck/CheckItemList.vue +++ b/src/components/doctorCheck/CheckItemList.vue @@ -6,8 +6,7 @@