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