seimin 1 jaar geleden
bovenliggende
commit
3599cd200d
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 3 3
      pages/drugsBagHistory/drugsBagHistory.vue

+ 3 - 3
pages/drugsBagHistory/drugsBagHistory.vue

@@ -73,7 +73,7 @@
73 73
   export default {
74 74
     data() {
75 75
       return {
76
-        selectedLabelSlots: 1,
76
+        selectedLabelSlots: 2,
77 77
         tabs: [{
78 78
             id: 1,
79 79
             label: "基础信息",
@@ -223,7 +223,7 @@
223 223
             idx: 0,
224 224
             sum: 9999,
225 225
             drugsBagOperationLog: {
226
-              packid: options.packid,
226
+              drugsBagId: options.id,
227 227
               hosId: this.loginUser.currentHospital.id
228 228
             }
229 229
           }
@@ -256,7 +256,7 @@
256 256
       webHandle("no", "wx");
257 257
       // #endif
258 258
       this.queryObj = options;
259
-      this.queryBase(this.queryObj);
259
+      this.queryProcess(this.queryObj);
260 260
     },
261 261
   };
262 262
 </script>