From 4b00c46269515a205cb6094a8d4ad374792a2ed2 Mon Sep 17 00:00:00 2001 From: zhouz <> Date: Wed, 22 Oct 2025 16:10:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=87=8D=E5=A4=8D=E5=86=B2=E9=94=80?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lms/nladmin-ui/src/views/wms/st/outcharge/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/nladmin-ui/src/views/wms/st/outcharge/index.vue b/lms/nladmin-ui/src/views/wms/st/outcharge/index.vue index f74242a65..3e4470938 100644 --- a/lms/nladmin-ui/src/views/wms/st/outcharge/index.vue +++ b/lms/nladmin-ui/src/views/wms/st/outcharge/index.vue @@ -289,6 +289,7 @@ export default { crudOutchargefrom.charge(this.currentRow).then(res => { this.crud.notify('单据确认成功!', CRUD.NOTIFICATION_TYPE.SUCCESS) this.crud.toQuery() + this.currentRow = null }) } }