seimin лет назад: 2
Родитель
Сommit
23b60bd8fd
1 измененных файлов с 2 добавлено и 24 удалено
  1. 2 24
      components/bigScreen/bigScreen.vue

+ 2 - 24
components/bigScreen/bigScreen.vue

@@ -51,11 +51,9 @@
51 51
                           scode: res.data.scode,
52 52
                           patientName: res.data.patientName,
53 53
                           sickRoom: res.data.sickRoom ?
54
-                            res.data.sickRoom.dept :
55
-                            "-",
54
+                            res.data.sickRoom.dept : "-",
56 55
                           checkDept: res.data.checkDept ?
57
-                            res.data.checkDept.dept :
58
-                            "-",
56
+                            res.data.checkDept.dept : "-",
59 57
                           bedNum: res.data.bedNum,
60 58
                         };
61 59
                         uni.navigateTo({
@@ -114,25 +112,6 @@
114 112
                   icon: "none",
115 113
                   title: '请求失败',
116 114
                 });
117
-<<<<<<< HEAD
118
-            } else {
119
-              uni.hideLoading();
120
-              uni.showToast({
121
-                icon: "none",
122
-                title: '请求失败',
123
-              });
124
-            }
125
-          })
126
-      }).catch(err=>{
127
-        // this.SMFlag = true;
128
-      });
129
-    },
130
-  },
131
-  onShow(){
132
-    // this.SMFlag = true;
133
-  }
134
-};
135
-=======
136 115
               }
137 116
             })
138 117
         }).catch(err => {
@@ -144,7 +123,6 @@
144 123
       this.SMFlag = true;
145 124
     }
146 125
   };
147
->>>>>>> lmm
148 126
 </script>
149 127
 
150 128
 <style lang="less">