| | |
| | | 'Content-Type': 'application/x-www-form-urlencoded', |
| | | }, |
| | | } |
| | | const pasm=`date1=${dataDate.value.startDate}&date2=${dataDate.value.endDate}&isGroupByFeeItem=1&patCode=${userInfo.patient.patientInfo.code}` |
| | | let pasm=`date1=${dataDate.value.startDate}&date2=${dataDate.value.endDate}&isGroupByFeeItem=1&patCode=${userInfo.patient.patientInfo.code}` |
| | | if (!dataDate.value.startDate||!dataDate.value.endDate){ |
| | | pasm=`date1=2020-01-01&date2=2030-01-01&isGroupByFeeItem=1&patCode=${userInfo.patient.patientInfo.code}` |
| | | } |
| | | loading.value = true // 开始加载 |
| | | reportList.value=[] |
| | | const toast = Toast.loading({ |