dedsudiyu %!s(int64=2) %!d(string=hai) anos
pai
achega
6cfb3d8d3a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/api/safetyCheck/index.js

+ 2 - 2
src/api/safetyCheck/index.js

@@ -303,8 +303,8 @@ export function conditionCollegeInfo(query) {
 export function findSubInfoByDeptIds(query) {
   return request({
     url: '/zd-laboratory/subject/findSubInfoByDeptIds',
-    method: 'get',
-    params: query
+    method: 'post',
+    data: data
   })
 }