张田田 10 месяцев назад
Родитель
Сommit
23a40a4d70
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/service/ServicePackageDetail.vue

+ 1 - 0
src/service/ServicePackageDetail.vue

@@ -21,6 +21,7 @@ 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: '获取数据失败' });
   }
   }
 }
 }