Browse Source

调整审批配置查询接口

阿伏兔 4 years ago
parent
commit
637dfc1304
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/api/system/auditConfiguration.js

+ 2 - 2
src/api/system/auditConfiguration.js

@@ -3,8 +3,8 @@ import request from '@/utils/request'
 export function addCharge(data) {
   return request({
     url: 'warehouse/pathsActs/auditPathslist',
-    method: 'post',
-    data: data
+    method: 'get',
+    params: data
 
   })
 }