修改图文问诊
This commit is contained in:
parent
588b2f5646
commit
5e92f53b70
@ -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({
|
||||
|
||||
@ -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: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user