From 6ce3385e093fecd14cfa70a973859297bc5edbb6 Mon Sep 17 00:00:00 2001 From: sunzehua Date: Thu, 31 Oct 2024 18:56:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E5=8D=95=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/operation/bill/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/operation/bill/index.vue b/src/views/operation/bill/index.vue index 3c59616f..313b0268 100644 --- a/src/views/operation/bill/index.vue +++ b/src/views/operation/bill/index.vue @@ -217,6 +217,7 @@ const [registerTable, { reload, setLoading, getSelectRows, getForm, getColumns } const res: API.DataResult = await GetList(p) return new Promise((resolve) => { setTableData([]) + fileData.value = [] resolve({ data: [...res.data], total: res.count }) }) },