张田田 hai 10 meses
pai
achega
23a40a4d70
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);
     tableData.value = res;
   } catch (error) {
+    console.log(error,'获取数据失败');
     notification.error({ message: '获取数据失败' });
   }
 }