fix: console.error
This commit is contained in:
@@ -88,7 +88,7 @@ const { mutate: getDeviceAlarmLogList, isPending } = useMutation({
|
||||
tableData.value = records;
|
||||
},
|
||||
onError: (error) => {
|
||||
console.error(`查询${ndmDevice.value.name}告警数据失败:`, error);
|
||||
console.error(error);
|
||||
window.$message.error(error.message);
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user