浏览代码

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

csx 4 年前
父节点
当前提交
5b31643aff

+ 2 - 2
src/xt_pages/outpatientCharges/components/registerDialog9504.vue 查看文件

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

+ 2 - 2
src/xt_pages/outpatientRegistration/index.vue 查看文件

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