Browse Source

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 1 year ago
parent
commit
68fa0cfd5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/outpatientCharges/components/registerDialog.vue

+ 1 - 1
src/xt_pages/outpatientCharges/components/registerDialog.vue View File

439
     },
439
     },
440
     methods: {
440
     methods: {
441
       checkID(){
441
       checkID(){
442
-        this.$alert(this.psn_desc, '身份类型', {
442
+        this.$alert(this.form.psn_desc, '身份类型', {
443
           confirmButtonText: '确定',
443
           confirmButtonText: '确定',
444
           callback: action => {
444
           callback: action => {
445
           }
445
           }