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)