seimin 1 年之前
父节点
当前提交
3599cd200d
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      pages/drugsBagHistory/drugsBagHistory.vue

+ 3 - 3
pages/drugsBagHistory/drugsBagHistory.vue

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