diff --git a/healthlink-his-ui/src/views/catalog/medicine/components/medicineDialog.vue b/healthlink-his-ui/src/views/catalog/medicine/components/medicineDialog.vue index 2ef011fd6..600c808f8 100755 --- a/healthlink-his-ui/src/views/catalog/medicine/components/medicineDialog.vue +++ b/healthlink-his-ui/src/views/catalog/medicine/components/medicineDialog.vue @@ -1020,10 +1020,6 @@ const statusFlagOptions = ref(undefined); const domainEnumOptions = ref(undefined); const deptOptions = ref(undefined); // 部门树选项 const locationOptions = ref(undefined); // 地点树选项 -const supplierListOptions = ref(undefined); // 供应商列表选项 -const statusRestrictedOptions = ref(undefined); // 权限级别选项 -const partAttributeEnumOptions = ref(undefined); // 部位属性选项 -const tempOrderSplitPropertyOptions = ref(undefined); // 临时订单拆分属性选项 const activeName = ref('basic'); const data = reactive({ form: {}, diff --git a/healthlink-his-ui/src/views/consultationmanagement/consultationconfirmation/index.vue b/healthlink-his-ui/src/views/consultationmanagement/consultationconfirmation/index.vue index d4ffa4e20..6bfd1fdd8 100755 --- a/healthlink-his-ui/src/views/consultationmanagement/consultationconfirmation/index.vue +++ b/healthlink-his-ui/src/views/consultationmanagement/consultationconfirmation/index.vue @@ -554,7 +554,7 @@ const handleRowChange = async (row) => { currentRow.value = row // 先加载会诊意见列表 - if (row) { + if (row && row.consultationId) { await loadConsultationOpinions(row.consultationId) } else { opinionList.value = []