修改图文问诊

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();
},
info() {
this.formdata.consultationType='IMAGE_TEXT_CONSULTATION'
consultationInfo(this.formdata).then(res => {
if (res.code == 200) {
this.$refs.uToast.show({

View File

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