Browse Source

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

csx 3 years ago
parent
commit
9ce95c1d62
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/outpatientCharges/components/registerDialog.vue

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

@@ -560,7 +560,7 @@
560 560
         this.form.age = jsGetAge(births, '-')
561 561
 
562 562
 
563
-
563
+        this.InsuplcAdmdvs = []
564 564
         var that = this
565 565
         let params={
566 566
           id_card_no: this.form.id_card,
@@ -590,7 +590,7 @@
590 590
                   }).catch(() => {
591 591
                   })
592 592
                 } else {
593
-                  that.InsuplcAdmdvs = []
593
+
594 594
                   for(let i =0; i < response.data.data.info.output.insuinfo.length; i++){
595 595
                     that.InsuplcAdmdvs.push({
596 596
                       value:response.data.data.info.output.insuinfo[i].insuplc_admdvs,