From 3373230846a9cc58af46dbfd9a0d54475bf4cc6a Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 23 Oct 2025 13:37:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=B7=A5=E5=8F=96=E8=B4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ftdl/man-get-goods.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/ftdl/man-get-goods.vue b/pages/ftdl/man-get-goods.vue index c212df4..9abb4ad 100644 --- a/pages/ftdl/man-get-goods.vue +++ b/pages/ftdl/man-get-goods.vue @@ -57,7 +57,7 @@ --> - + @@ -139,7 +139,7 @@ } }, async handleConfirm() { - if (!this.val1 || !this.dataList.length) { + if (!this.val1) { return } const isConfirmed = await confirmAction("确认操作", "确定要执行此操作吗?")