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
                     that.getPatientList()
979
                     that.getPatientList()
980
                     that.$message({ message: '挂号成功', type: 'success' })
980
                     that.$message({ message: '挂号成功', type: 'success' })
981
                     that.loadingone = false
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
                 .catch(function(error) {
987
                 .catch(function(error) {

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

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