张田田 10 tháng trước cách đây
mục cha
commit
9e81fd8f8c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/service/ServicePackageDetail.vue

+ 0 - 1
src/service/ServicePackageDetail.vue

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