diff --git a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/index.vue b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/index.vue index 1e7e6b6c4..9c541a2e2 100755 --- a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/index.vue +++ b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/index.vue @@ -1033,11 +1033,6 @@ function handleFocus(row, index) { categoryCode = selectedItem ? selectedItem.categoryCode : (row.categoryCode || ''); } adviceQueryParams.value = { adviceType, categoryCode, searchKey: '' }; - // handleFocus 打开 popover 时也要加载数据 - const tableRef = Array.isArray(adviceTableRef.value) ? adviceTableRef.value[index] : adviceTableRef.value; - if (tableRef && tableRef.refresh) { - tableRef.refresh(adviceType, categoryCode, ''); - } } function handleBlur(row) {