diff --git a/healthlink-his-ui/src/views/doctorstation/components/prescription/orderBindInfo.vue b/healthlink-his-ui/src/views/doctorstation/components/prescription/orderBindInfo.vue index 04bae00c5..f0e1cb1c5 100755 --- a/healthlink-his-ui/src/views/doctorstation/components/prescription/orderBindInfo.vue +++ b/healthlink-his-ui/src/views/doctorstation/components/prescription/orderBindInfo.vue @@ -184,7 +184,7 @@ const handleDeleteRow = (row) => { // 提交处理 const handleSubmit = () => { - const selectedRows = consumableTableRef.value.getSelectionRows(); + const selectedRows = consumableTableRef.value.getCheckboxRecords(); // 保存到本地存储 localStorage.setItem('doctor' + userStore.id.toString(), dontShowAgain.value); if (selectedRows.length === 0) { diff --git a/healthlink-his-ui/src/views/doctorstation/components/prescription/prescriptionlist.vue b/healthlink-his-ui/src/views/doctorstation/components/prescription/prescriptionlist.vue index 82b86cdd3..4bd66e3c7 100755 --- a/healthlink-his-ui/src/views/doctorstation/components/prescription/prescriptionlist.vue +++ b/healthlink-his-ui/src/views/doctorstation/components/prescription/prescriptionlist.vue @@ -314,7 +314,7 @@ border @cell-click="clickRow" @cell-dblclick="clickRowDb" - @select="handleSelectionChange" + @checkbox-change="handleSelectionChange" > @@ -1161,19 +1133,21 @@ title="单次剂量" align="center" field="" - width="120" + width="160" >