@@ -1393,8 +1393,9 @@ export default {
if (this.isEdit) {
this.form.age = parseInt(this.form.age);
this.form.user_sys_before_count = this.form.user_sys_before_count.toString();
-
+ this.form.avatar = this.form.avatar + "?imageView2/2/w/500/h/500/q/90"
editPatient(this.patientID, this.form)
+
.then(response => {
if (response.data.state == 0) {
this.$message.error(response.data.msg);