Kaynağa Gözat

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

csx 4 yıl önce
ebeveyn
işleme
5b31643aff

+ 2 - 2
src/xt_pages/outpatientCharges/components/registerDialog9504.vue Dosyayı Görüntüle

@@ -438,12 +438,12 @@
438 438
         })
439 439
           .then(function (response) {
440 440
             if (response.data.state == 0) {
441
-              this.read_loading = false
441
+              that.read_loading = false
442 442
 
443 443
               that.$message.error(response.data.msg)
444 444
               return false
445 445
             } else {
446
-              this.read_loading = false
446
+              thatthat.read_loading = false
447 447
               var patient = response.data.data.patient
448 448
               if (that.form.id_card_type == 1) {
449 449
                 that.form.id = patient.id

+ 2 - 2
src/xt_pages/outpatientRegistration/index.vue Dosyayı Görüntüle

@@ -684,12 +684,12 @@
684 684
         })
685 685
           .then(function (response) {
686 686
             if (response.data.state == 0) {
687
-              this.read_loading = false
687
+              that.read_loading = false
688 688
 
689 689
               that.$message.error(response.data.msg)
690 690
               return false
691 691
             } else {
692
-              this.read_loading = false
692
+              that.read_loading = false
693 693
 
694 694
               var patient = response.data.data.patient
695 695
               if (that.form.id_card_type == 1) {