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