diff --git a/src/components/customerOrg/customerOrgGroupAsbitem.vue b/src/components/customerOrg/customerOrgGroupAsbitem.vue index 5b9580f..3f8f630 100644 --- a/src/components/customerOrg/customerOrgGroupAsbitem.vue +++ b/src/components/customerOrg/customerOrgGroupAsbitem.vue @@ -374,8 +374,8 @@ export default { } }); - //套餐 - postapi("/api/app/asbitem/getasbitemlist",{}).then((res) => { + //套餐 () + postapi("/api/app/medicalpackage/getmedicalpackagelist",{}).then((res) => { if (res.code != -1) { this.dict.medicalPackage = res.data; } @@ -790,7 +790,7 @@ export default { //复制分组 btnCopyGroup(){ console.log('this.customerOrgGroup',this.customerOrgGroup) - if(!this.customerOrgGroup.id || !this.customerOrgGroup.customerOrgId){ + if(!this.customerOrgGroup.id){ this.$message.warning({ showClose: true, message: "请先选中单位分组"}) return } @@ -849,6 +849,7 @@ export default { //复制套餐 btnCopyMedicalPackage(){ + // console.log('this.customerOrgGroup',this.customerOrgGroup) if(!this.customerOrgGroup.id){ this.$message.warning({ showClose: true, message: "请先选中单位分组"}) return diff --git a/src/components/doctorCheck/RegisterCheckList.vue b/src/components/doctorCheck/RegisterCheckList.vue index 8a3b6ab..c38e1a2 100644 --- a/src/components/doctorCheck/RegisterCheckList.vue +++ b/src/components/doctorCheck/RegisterCheckList.vue @@ -28,6 +28,7 @@