Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

test_user 2 years ago
parent
commit
cf4d32dc97
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/xt_pages/user/components/PatientForm.vue

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

@@ -1697,6 +1697,7 @@ export default {
1697 1697
               this.form.gender = patietInfo.gender;
1698 1698
             }
1699 1699
             this.form.birth = uParseTime(patietInfo.birthday, "{y}-{m}-{d}");
1700
+            console.log("中共232323232322323我-------------",this.form.birth)
1700 1701
             this.form.nation = patietInfo.nation;
1701 1702
             this.form.native_place = patietInfo.native_place;
1702 1703
             this.form.height = patietInfo.height + "";