diff --git a/src/components/patientRegister/patientRegisterRecoverListQuery.vue b/src/components/patientRegister/patientRegisterRecoverListQuery.vue index 3510a64..891faa1 100644 --- a/src/components/patientRegister/patientRegisterRecoverListQuery.vue +++ b/src/components/patientRegister/patientRegisterRecoverListQuery.vue @@ -143,12 +143,12 @@ row-key="id" size="small" highlight-current-row ref="dataList" @selection-change="handleSelectionChange" @row-click="rowClick"> - + - + {{ dddw(dict.completeFlag, "id", scope.row.completeFlag, "displayName") }} @@ -158,24 +158,24 @@ - + {{ scope.row.customerOrgParentName ? scope.row.customerOrgParentName : scope.row.customerOrgName }} - + {{ scope.row.customerOrgParentName == scope.row.customerOrgName ? "" : scope.row.customerOrgName }} - - + + - - + + @@ -203,11 +203,11 @@ - + - + - + @@ -360,6 +360,12 @@ export default { // this.dict.medicalType = res.data; // } // }); + //性别(仅档案用) + getapi("/api/app/sex").then((res) => { + if (res.code == 1) { + this.dict.sex = res.data; + } + }); //人员类别 getapi("/api/app/personnel-type/in-filter").then((res) => {