张田田 10 mesi fa
parent
commit
23a40a4d70
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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: '获取数据失败' });
   }
 }