Browse Source

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

XMLWAN 4 years ago
parent
commit
b428fb7f3d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/xt_pages/dialysis/details/index.vue

+ 3 - 0
src/xt_pages/dialysis/details/index.vue View File

@@ -764,6 +764,9 @@ export default {
764 764
     }, 1000*50);
765 765
   },
766 766
   computed: {
767
+    websocket() {
768
+      return this.$store.state.user.websocket;
769
+    },
767 770
     steps: function() {
768 771
       var steps = [
769 772
         { title: '透析处方', finish: false },