Browse Source

提交代码

陈少旭 1 year ago
parent
commit
2d47200d71
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,7 +439,7 @@
439 439
     },
440 440
     methods: {
441 441
       checkID(){
442
-        this.$alert(this.psn_desc, '身份类型', {
442
+        this.$alert(this.form.psn_desc, '身份类型', {
443 443
           confirmButtonText: '确定',
444 444
           callback: action => {
445 445
           }