From 96a8f75aa1870ea3728d8243596675517a77e805 Mon Sep 17 00:00:00 2001 From: HuangShun <148689675+huabuweixin@users.noreply.github.com> Date: Thu, 29 Jan 2026 11:47:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DBug128=20=E9=97=A8=E8=AF=8A?= =?UTF-8?q?=E7=AE=A1=E7=90=86-=E3=80=8B=E9=97=A8=E8=AF=8A=E5=88=92?= =?UTF-8?q?=E4=BB=B7=EF=BC=9A=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=E8=AF=8A?= =?UTF-8?q?=E7=96=97=E9=A1=B9=E7=9B=AE=E5=9C=A8=E7=82=B9=E5=87=BB=E3=80=90?= =?UTF-8?q?=E7=AD=BE=E5=8F=91=E3=80=91=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../clinicmanagement/bargain/component/prescriptionlist.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhis-ui-vue3/src/views/clinicmanagement/bargain/component/prescriptionlist.vue b/openhis-ui-vue3/src/views/clinicmanagement/bargain/component/prescriptionlist.vue index 3cf47f53..9e4fc423 100644 --- a/openhis-ui-vue3/src/views/clinicmanagement/bargain/component/prescriptionlist.vue +++ b/openhis-ui-vue3/src/views/clinicmanagement/bargain/component/prescriptionlist.vue @@ -761,7 +761,7 @@ function handleSaveSign(row, index) { savePrescription({ adviceSaveList: [row] }).then((res) => { if (res.code === 200) { proxy.$modal.msgSuccess('保存成功'); - // getListInfo(true); + getListInfo(false); nextId.value == 1; } });