|
@ -847,7 +847,8 @@ export default { |
|
|
methods: { |
|
|
methods: { |
|
|
async queryFirstVisit() { |
|
|
async queryFirstVisit() { |
|
|
const params = { |
|
|
const params = { |
|
|
id: this.id |
|
|
|
|
|
|
|
|
id: this.id, |
|
|
|
|
|
patientId: this.patientId |
|
|
} |
|
|
} |
|
|
const { data: res } = await this.$http.get('/hospital/notice/getFirstDiagnosisById', { |
|
|
const { data: res } = await this.$http.get('/hospital/notice/getFirstDiagnosisById', { |
|
|
params: params |
|
|
params: params |
|
|