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