duy 5 ヶ月 前
コミット
ff3d2130eb
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/api/modules/data-fill/query.js

+ 1 - 1
src/api/modules/data-fill/query.js

@@ -21,7 +21,7 @@ export default {
     async getFileUser(form) {
         return HcApi({
             url: '/api/blade-business/informationWriteQuery/getFileUserByContractId',
-            method: 'post',
+            method: 'get',
             params: form,
         })
     },