Browse Source

修改标本列表请求参数

seimin 2 years ago
parent
commit
f80c096a33

+ 1 - 0
components/handViewSpecimen/handViewSpecimen.vue

@@ -172,6 +172,7 @@
172
               "searchType": 1, //只有这里需要
172
               "searchType": 1, //只有这里需要
173
               "hosId": this.hosId,
173
               "hosId": this.hosId,
174
               "scode": e.target.value,
174
               "scode": e.target.value,
175
+              "wxSign": "1",
175
             }
176
             }
176
           }).then(result => {
177
           }).then(result => {
177
             if (result.status == 200) {
178
             if (result.status == 200) {

+ 2 - 1
pages/specimenDetail/specimenDetail.vue

@@ -73,7 +73,8 @@
73
           "sum": 999,
73
           "sum": 999,
74
           "specimen": {
74
           "specimen": {
75
             "gdid": this.workOrderId,
75
             "gdid": this.workOrderId,
76
-            "hosId": uni.getStorageSync('userData').user.currentHospital.id
76
+            "hosId": uni.getStorageSync('userData').user.currentHospital.id,
77
+            "wxSign": "1",
77
           }
78
           }
78
         };
79
         };
79
         post(`/simple/data/fetchDataList/specimen`, postData).then((res) => {
80
         post(`/simple/data/fetchDataList/specimen`, postData).then((res) => {