| src/views/report/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/report/index.vue
@@ -125,8 +125,7 @@ } const getDatas=(dataDate)=>{ console.log('获取数据', dataDate) const getDatas=()=>{ console.log(userInfo.patient.patientInfo.code) // const pagedata={ // patCode :'PAT9121102427442HIiL', @@ -173,7 +172,6 @@ threeMonthsAgo.setMonth(now.getMonth() - 3) dataDate.value.startDate = formatDate(threeMonthsAgo) dataDate.value.endDate = formatDate(now) console.log('dataDate', dataDate.value) getDatas() }) </script>