diff --git a/src/components/doctorCheck/ButtonList.vue b/src/components/doctorCheck/ButtonListDisable.vue similarity index 100% rename from src/components/doctorCheck/ButtonList.vue rename to src/components/doctorCheck/ButtonListDisable.vue diff --git a/src/components/doctorCheck/PatientRegisterList.vue b/src/components/doctorCheck/PatientRegisterList.vue index eb59ee6..d6d5f38 100644 --- a/src/components/doctorCheck/PatientRegisterList.vue +++ b/src/components/doctorCheck/PatientRegisterList.vue @@ -431,9 +431,9 @@ export default { this.DbClick = 0; this.$emit("choosedBak",row) - this.dataTransOpts.tableS.patient_register = deepCopy(row) + //this.dataTransOpts.tableS.patient_register = deepCopy(row) // setTimeout(() => { - this.dataTransOpts.refresh.patient_register.S++ //人员体检登记信息刷新 + //this.dataTransOpts.refresh.patient_register.S++ //人员体检登记信息刷新 // }, 10); }, diff --git a/src/views/doctorCheck/doctorCheck.vue b/src/views/doctorCheck/doctorCheck.vue index 2292eb5..8736ba3 100644 --- a/src/views/doctorCheck/doctorCheck.vue +++ b/src/views/doctorCheck/doctorCheck.vue @@ -252,7 +252,7 @@ import { getPagePriv, checkPagePriv, arrayExistObj, tcdate, deepCopy } from "../ import { photoParse } from "../../utlis/proApi"; import PatientRegisterBase2 from "../../components/doctorCheck/PatientRegisterBase2.vue"; -import ButtonList from "../../components/doctorCheck/ButtonList.vue"; +import ButtonList from "../../components/doctorCheck/ButtonListDisable.vue"; import CheckPicture from "../../components/doctorCheck/CheckPicture.vue"; import RegisterCheckList from "../../components/doctorCheck/RegisterCheckList.vue"; import QueueCheckList from "../../components/doctorCheck/QueueCheckList.vue"; diff --git a/src/views/doctorCheck/doctorCheckBak.vue b/src/views/doctorCheck/doctorCheckBak.vue index 221c7e5..cd885f2 100644 --- a/src/views/doctorCheck/doctorCheckBak.vue +++ b/src/views/doctorCheck/doctorCheckBak.vue @@ -85,7 +85,7 @@ import { arrayExistObj, tcdate, deepCopy } from "../../utlis/proFunc"; import { photoParse } from "../../utlis/proApi"; import PatientRegisterBase from "../../components/doctorCheck/PatientRegisterBase.vue"; -import ButtonList from "../../components/doctorCheck/ButtonList.vue"; +import ButtonList from "../../components/doctorCheck/ButtonListDisable.vue"; import CheckPicture from "../../components/doctorCheck/CheckPicture.vue"; import RegisterCheckList from "../../components/doctorCheck/RegisterCheckList.vue"; import QueueCheckList from "../../components/doctorCheck/QueueCheckList.vue";