瀏覽代碼

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

test_user 2 年之前
父節點
當前提交
cf4d32dc97
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/xt_pages/user/components/PatientForm.vue

+ 1 - 0
src/xt_pages/user/components/PatientForm.vue 查看文件

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