修改图文问诊

This commit is contained in:
闫晓茹 2023-11-07 17:18:36 +08:00
parent 588b2f5646
commit 5e92f53b70
2 changed files with 3 additions and 1 deletions

View File

@ -215,6 +215,7 @@
this.info(); this.info();
}, },
info() { info() {
this.formdata.consultationType='IMAGE_TEXT_CONSULTATION'
consultationInfo(this.formdata).then(res => { consultationInfo(this.formdata).then(res => {
if (res.code == 200) { if (res.code == 200) {
this.$refs.uToast.show({ this.$refs.uToast.show({

View File

@ -55,7 +55,7 @@
formdata: { formdata: {
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 10,
patientId: 1, patientId: '',
consultationType: 'IMAGE_TEXT_CONSULTATION', consultationType: 'IMAGE_TEXT_CONSULTATION',
status: '', status: '',
}, },
@ -64,6 +64,7 @@
}; };
}, },
onShow() { onShow() {
this.formdata.patientId=uni.getStorageSync('patientId')
this.info(); this.info();
}, },
methods: { methods: {