瀏覽代碼

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
     }, 1000*50);
764
     }, 1000*50);
765
   },
765
   },
766
   computed: {
766
   computed: {
767
+    websocket() {
768
+      return this.$store.state.user.websocket;
769
+    },
767
     steps: function() {
770
     steps: function() {
768
       var steps = [
771
       var steps = [
769
         { title: '透析处方', finish: false },
772
         { title: '透析处方', finish: false },