Преглед на файлове

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

csx преди 3 години
родител
ревизия
d5e4725b22
променени са 2 файла, в които са добавени 18 реда и са изтрити 7 реда
  1. 17 6
      src/api/config.js
  2. 1 1
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

+ 17 - 6
src/api/config.js Целия файл

@@ -148,7 +148,7 @@ export function postMonitorIsOpen(params){
148 148
 
149 149
 
150 150
 export function getMonitorConfig(params){
151
-  
151
+
152 152
   return request({
153 153
     url:"/api/monitor/getmonitorconfig",
154 154
     method:"Get",
@@ -158,7 +158,7 @@ export function getMonitorConfig(params){
158 158
 
159 159
 
160 160
 export function addOrderConfig(params){
161
-  
161
+
162 162
   return request({
163 163
     url:"/api/order/addorderconfig",
164 164
     method:"Get",
@@ -168,7 +168,7 @@ export function addOrderConfig(params){
168 168
 }
169 169
 
170 170
 export function getOrderConfig(params){
171
-  
171
+
172 172
   return request({
173 173
     url:"/api/order/getorderconfig",
174 174
     method:"get",
@@ -177,7 +177,7 @@ export function getOrderConfig(params){
177 177
 }
178 178
 
179 179
 export function changeFuncPrint(params){
180
-  
180
+
181 181
   return request({
182 182
     url:"/api/order/changefuncprint",
183 183
     method:"get",
@@ -186,10 +186,21 @@ export function changeFuncPrint(params){
186 186
 }
187 187
 
188 188
 export function getDataPrintList(params){
189
-  
189
+
190 190
   return request({
191 191
     url:"/api/order/getdataprint",
192 192
     method:"get",
193 193
     params:params
194 194
   })
195
-}
195
+}
196
+
197
+
198
+
199
+export function postXtHisProjectIsOpen(params){
200
+
201
+  return request({
202
+    url:"/api/xtconfigproject/isopen",
203
+    method:"post",
204
+    params:params
205
+  })
206
+}

+ 1 - 1
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Целия файл

@@ -285,7 +285,7 @@
285 285
         recordVisible: false,
286 286
         recordObj: {},
287 287
         additions: [],
288
-        dialysisShow:true
288
+        dialysisShow:true,
289 289
 
290 290
         all_data: [],
291 291
         all_data_two: [],