张田田 преди 10 месеца
родител
ревизия
9e81fd8f8c
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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);
     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: '获取数据失败' });
   }
   }
 }
 }