XMLWAN 4 年 前
コミット
ef8a94f7be
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2 1
      src/xt_pages/user/components/PatientForm.vue

+ 2 - 1
src/xt_pages/user/components/PatientForm.vue ファイルの表示

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