修改图文问诊id

This commit is contained in:
闫晓茹 2023-11-17 10:59:47 +08:00
parent 7ef60619b9
commit ece9222d7e

View File

@ -219,6 +219,7 @@
}, },
info() { info() {
this.$delete(this.formdata, 'id') this.$delete(this.formdata, 'id')
this.formdata.patientId=uni.getStorageSync("patientId")
this.formdata.consultationType = 'IMAGE_TEXT_CONSULTATION' this.formdata.consultationType = 'IMAGE_TEXT_CONSULTATION'
if (!this.formdata.address) { if (!this.formdata.address) {
this.$refs.uToast.show({ this.$refs.uToast.show({