Browse Source

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

csx 4 years ago
parent
commit
7ec5eb7a46

+ 3 - 2
src/xt_pages/outpatientRegistration/index.vue View File

@@ -979,8 +979,9 @@
979 979
                     that.getPatientList()
980 980
                     that.$message({ message: '挂号成功', type: 'success' })
981 981
                     that.loadingone = false
982
-                    var his_info = response.data.data.his_info
983
-                    that.hisPatientInfo = his_info
982
+
983
+                    // var his_info = response.data.data.his_info
984
+                    // that.hisPatientInfo = his_info
984 985
                   }
985 986
                 })
986 987
                 .catch(function(error) {

+ 1 - 1
src/xt_pages/outpatientRegistration/registrationHistory.vue View File

@@ -719,7 +719,7 @@ export default {
719 719
                   that.$message.error(response.data.data.msg)
720 720
 
721 721
                 } else {
722
-                  this.getlist()
722
+                  that.getlist()
723 723
                   that.$message({ message: '退号成功', type: 'success' })
724 724
                 }
725 725
               }