Browse Source

透析监测

XMLWAN 4 years ago
parent
commit
1131021564
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/xt_pages/user/components/PatientForm.vue

+ 1 - 2
src/xt_pages/user/components/PatientForm.vue View File

1385
       if (!this.formSubmit) {
1385
       if (!this.formSubmit) {
1386
         return false;
1386
         return false;
1387
       }
1387
       }
1388
-
1389
       this.form.user_sys_before_count =  this.form.user_sys_before_count.toString()
1388
       this.form.user_sys_before_count =  this.form.user_sys_before_count.toString()
1390
       this.$refs[formName].validate(valid => {
1389
       this.$refs[formName].validate(valid => {
1391
         if (valid) {
1390
         if (valid) {
1398
             }else{
1397
             }else{
1399
               this.form.avatar = this.form.avatar + "?imageView2/2/w/500/h/500/q/90"
1398
               this.form.avatar = this.form.avatar + "?imageView2/2/w/500/h/500/q/90"
1400
             }
1399
             }
1401
-            console.log("form",this.form)
1400
+            console.log("form---",this.form)
1402
             editPatient(this.patientID, this.form)
1401
             editPatient(this.patientID, this.form)
1403
 
1402
 
1404
               .then(response => {
1403
               .then(response => {