diff --git a/src/views/dataService/otherData/index.vue b/src/views/dataService/otherData/index.vue index f12070a..c5beb58 100644 --- a/src/views/dataService/otherData/index.vue +++ b/src/views/dataService/otherData/index.vue @@ -222,7 +222,7 @@ const batchDel = () => { ElMessage.success('delete successfully'); }) }) - .catch(() => { }); + .catch(() => {}); } // 删除其他数据 const del = (row) => {