浏览代码

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

XMLWAN 4 年前
父节点
当前提交
b428fb7f3d
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/xt_pages/dialysis/details/index.vue

+ 3 - 0
src/xt_pages/dialysis/details/index.vue 查看文件

@@ -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 },