Browse Source

自备药

XMLWAN 4 years ago
parent
commit
376a39d661
2 changed files with 3 additions and 3 deletions
  1. 2 2
      src/api/advice.js
  2. 1 1
      src/xt_pages/stock/selfPreparedMedicine/index.vue

+ 2 - 2
src/api/advice.js View File

@@ -441,8 +441,8 @@ export function ExecGroupAdvice(groupno, time, mode) {
441 441
       time +
442 442
       "&mode=" +
443 443
       mode,
444
-    method: "Post",
445
-    headers: {
444
+      method: "Post",
445
+      headers: {
446 446
       Permission: 2
447 447
     }
448 448
   });

+ 1 - 1
src/xt_pages/stock/selfPreparedMedicine/index.vue View File

@@ -155,7 +155,7 @@ export default {
155 155
             value: '',
156 156
             tableData:[],
157 157
             dialogVisible:false,
158
-            radio:'1',
158
+            radio:'2',
159 159
             tablePatient:[],
160 160
             disableBtton:false,
161 161
             currentRow: null,