From 782035687a694fca2211810f46368c541154c52b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98huanghaiixia=E2=80=99?= <980486410@.com> Date: Wed, 25 Mar 2026 17:42:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/LngInventoryPngZy/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/inventory/LngInventoryPngZy/index.vue b/src/views/inventory/LngInventoryPngZy/index.vue index 3dc0bc0..24c6b76 100644 --- a/src/views/inventory/LngInventoryPngZy/index.vue +++ b/src/views/inventory/LngInventoryPngZy/index.vue @@ -101,7 +101,7 @@ }, schemas: customSearchFormSchema, fieldMapToTime: [['dateFrom', ['startDate', 'endDate'], 'YYYY-MM-DD']], - showResetButton: false, + showResetButton: true, }, beforeFetch: (params) => { return { ...params, FormId: formIdComputedRef.value, PK: 'id',page: params.limit};