Преглед изворни кода

调整审批配置查询接口

阿伏兔 пре 4 година
родитељ
комит
637dfc1304
1 измењених фајлова са 2 додато и 2 уклоњено
  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
 
   })
 }