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};