| | |
| | | logsheetlist: [], |
| | | Seedloading: false, |
| | | patientqueryParams: { |
| | | pn: 1, |
| | | ps: 10 |
| | | pageNum: 1, |
| | | pageSize: 10 |
| | | } |
| | | } |
| | | }, |
| | | created() { |
| | | this.getDeptTree() |
| | | this.loadCurrentTabData() |
| | | }, |
| | | methods: { |
| | | getDeptTree() { |
| | |
| | | this.SeedetailsVisible = true |
| | | this.Seedloading = true |
| | | |
| | | this.$refs.firstFollowUp.selectTimelyRate(row, this.queryParams.dateRange) |
| | | this.$refs.firstFollowUp.selectTimelyRate(row, this.queryParams) |
| | | .then(response => { |
| | | this.logsheetlist = response.data.detail |
| | | this.patienttotal = response.data.total |
| | |
| | | }, |
| | | |
| | | Seedetailstion() { |
| | | this.$refs.firstFollowUp.selectTimelyRate(this.patientqueryParams) |
| | | console.log(this.patientqueryParams); |
| | | |
| | | this.$refs.firstFollowUp.selectTimelyRates(this.patientqueryParams) |
| | | .then(response => { |
| | | this.logsheetlist = response.data.detail |
| | | this.patienttotal = response.data.total |