浏览代码

合并代码修复

seimin 2 年之前
父节点
当前提交
23b60bd8fd
共有 1 个文件被更改,包括 2 次插入24 次删除
  1. 2 24
      components/bigScreen/bigScreen.vue

+ 2 - 24
components/bigScreen/bigScreen.vue

@@ -51,11 +51,9 @@
51
                           scode: res.data.scode,
51
                           scode: res.data.scode,
52
                           patientName: res.data.patientName,
52
                           patientName: res.data.patientName,
53
                           sickRoom: res.data.sickRoom ?
53
                           sickRoom: res.data.sickRoom ?
54
-                            res.data.sickRoom.dept :
55
-                            "-",
54
+                            res.data.sickRoom.dept : "-",
56
                           checkDept: res.data.checkDept ?
55
                           checkDept: res.data.checkDept ?
57
-                            res.data.checkDept.dept :
58
-                            "-",
56
+                            res.data.checkDept.dept : "-",
59
                           bedNum: res.data.bedNum,
57
                           bedNum: res.data.bedNum,
60
                         };
58
                         };
61
                         uni.navigateTo({
59
                         uni.navigateTo({
@@ -114,25 +112,6 @@
114
                   icon: "none",
112
                   icon: "none",
115
                   title: '请求失败',
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
         }).catch(err => {
117
         }).catch(err => {
@@ -144,7 +123,6 @@
144
       this.SMFlag = true;
123
       this.SMFlag = true;
145
     }
124
     }
146
   };
125
   };
147
->>>>>>> lmm
148
 </script>
126
 </script>
149
 
127
 
150
 <style lang="less">
128
 <style lang="less">