@@ -21,6 +21,7 @@ async function getRecordDetail(){
const res: any = await getConditioningRecordDetailMethod(props.data);
tableData.value = res;
} catch (error) {
+ console.log(error,'获取数据失败');
notification.error({ message: '获取数据失败' });
}