From 1f03b969b7d89750097128e1dd1225f2ca761bca Mon Sep 17 00:00:00 2001 From: Loocor Date: Thu, 8 Feb 2024 10:34:56 +0000 Subject: [PATCH] =?UTF-8?q?[FIX]=20=E4=BF=AE=E6=AD=A3=E6=B8=85=E7=A9=BA?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=E6=97=A5=E5=BF=97=E6=97=A0=E6=95=88=E7=9A=84?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E9=94=99=E8=AF=AF=20=E5=8E=9F=E6=9D=A5?= =?UTF-8?q?=E6=B8=85=E7=A9=BA=E6=96=B9=E6=B3=95=20deleteBatchVisLog=20?= =?UTF-8?q?=E9=87=8C=EF=BC=8ClogDelete=20=E6=8E=A5=E5=8F=A3=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E7=9A=84=20category=20=E5=88=A4=E6=96=AD=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E4=B8=BA=20`searchFormState.value.category=20=3F=20se?= =?UTF-8?q?archFormState.category=20:=20visLogType.value`=EF=BC=8C?= =?UTF-8?q?=E8=BF=99=E6=A0=B7=E5=8F=96=E4=B8=8D=E5=88=B0=20`category`=20?= =?UTF-8?q?=E5=80=BC=EF=BC=8C=E6=94=B9=E6=88=90=20`category:=20searchFormS?= =?UTF-8?q?tate.category=20=3F=20...`=20=E5=B0=B1=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Loocor --- snowy-admin-web/src/views/dev/log/vislog/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snowy-admin-web/src/views/dev/log/vislog/index.vue b/snowy-admin-web/src/views/dev/log/vislog/index.vue index 151c468d..3cb15a89 100644 --- a/snowy-admin-web/src/views/dev/log/vislog/index.vue +++ b/snowy-admin-web/src/views/dev/log/vislog/index.vue @@ -132,7 +132,7 @@ // 清空 const deleteBatchVisLog = () => { const param = { - category: searchFormState.value.category ? searchFormState.category : visLogType.value + category: searchFormState.category ? searchFormState.category : visLogType.value } logApi.logDelete(param).then(() => { tableRef.value.refresh(true)