소스 검색

透析监测

XMLWAN 4 년 전
부모
커밋
1131021564
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/xt_pages/user/components/PatientForm.vue

+ 1 - 2
src/xt_pages/user/components/PatientForm.vue 파일 보기

@@ -1385,7 +1385,6 @@ export default {
1385 1385
       if (!this.formSubmit) {
1386 1386
         return false;
1387 1387
       }
1388
-
1389 1388
       this.form.user_sys_before_count =  this.form.user_sys_before_count.toString()
1390 1389
       this.$refs[formName].validate(valid => {
1391 1390
         if (valid) {
@@ -1398,7 +1397,7 @@ export default {
1398 1397
             }else{
1399 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 1401
             editPatient(this.patientID, this.form)
1403 1402
 
1404 1403
               .then(response => {