ソースを参照

接口参数修改

seimin 4 ヶ月 前
コミット
ff2723b214
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      pages/newDrug/checkPage/checkPage.vue

+ 1 - 1
pages/newDrug/checkPage/checkPage.vue

@@ -295,7 +295,7 @@
295 295
           mask: true,
296 296
         });
297 297
 
298
-        let info$ = post(`/transflow/extra`, {type: this.queryObj.drugsBagType, extraType: 'orderInfo', orderId: +this.queryObj.orderId});
298
+        let info$ = post(`/transflow/extra`, {type: this.queryObj.drugsBagType, extraType: 'orderInfo', orderId: +this.queryObj.orderId, checkComplete: '1'});
299 299
         let config$ = post(`/simple/data/fetchDataList/taskTypeConfig`, {
300 300
             "idx": 0,
301 301
             "sum": 1,