Browse Source

修改标本列表请求参数

seimin 2 years ago
parent
commit
f80c096a33

+ 1 - 0
components/handViewSpecimen/handViewSpecimen.vue

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

+ 2 - 1
pages/specimenDetail/specimenDetail.vue

@@ -73,7 +73,8 @@
73 73
           "sum": 999,
74 74
           "specimen": {
75 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 80
         post(`/simple/data/fetchDataList/specimen`, postData).then((res) => {