From 740f947eb0c155d74974816d4b1bbe45ff28cb79 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Fri, 21 Jul 2023 16:38:06 +0800 Subject: [PATCH] summary --- src/components/doctorCheck/ButtonList.vue | 19 +-- src/components/doctorCheck/CheckItemList.vue | 7 +- src/components/doctorCheck/CheckSumSug.vue | 13 +- .../doctorCheck/PatientRegisterList.vue | 22 +++- src/components/sumDoctorCheck/ButtonList.vue | 118 ++++++++++++------ src/components/sumDoctorCheck/SumPREdit.vue | 3 +- src/components/sumDoctorCheck/SumSug.vue | 18 +-- src/store/index.js | 2 + 8 files changed, 130 insertions(+), 72 deletions(-) diff --git a/src/components/doctorCheck/ButtonList.vue b/src/components/doctorCheck/ButtonList.vue index 4da0225..48eda28 100644 --- a/src/components/doctorCheck/ButtonList.vue +++ b/src/components/doctorCheck/ButtonList.vue @@ -1,7 +1,7 @@ @@ -80,7 +75,13 @@ export default { methods: { ...mapActions(["getCustomerOrgGroup"]), - + + prList(){ + console.log('this.doctorCheck.doctorCheckDialogVisible',this.doctorCheck.doctorCheckDialogVisible) + this.doctorCheck.doctorCheckDialogVisible = true + console.log('this.doctorCheck.doctorCheckDialogVisible2',this.doctorCheck.doctorCheckDialogVisible) + }, + //操作判断 optGrant(optType){ let ret = '' diff --git a/src/components/doctorCheck/CheckItemList.vue b/src/components/doctorCheck/CheckItemList.vue index e38f320..3b484fd 100644 --- a/src/components/doctorCheck/CheckItemList.vue +++ b/src/components/doctorCheck/CheckItemList.vue @@ -1,6 +1,6 @@