소스 검색

Merge branch 'feature/Feature-sticky' into develop

howie 2 년 전
부모
커밋
ff60e318ab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/api/engin_deposit/refund_list.js

+ 1 - 1
src/api/engin_deposit/refund_list.js

@@ -68,7 +68,7 @@ export function getCommonFileGetStream(params) {
 export function examineData(params) {
   return request({
     url: '/deposit-manage/bach-condition-examine-home',
-    method: 'POST',
+    method: 'get',
     params
   })
 }