Browse Source

接口迁移

lidongyu 1 year ago
parent
commit
b9edaaa194
1 changed files with 0 additions and 10 deletions
  1. 0 10
      api/handleAffairs/gridType.js

+ 0 - 10
api/handleAffairs/gridType.js

@@ -17,16 +17,6 @@ export function getGridType(id) {
   })
   })
 }
 }
 
 
-// 查询事项列表
-export function getMattersAll(query) {//需要移动地方,暂时放这里
-  return request({
-    url: '/system/matter/listAll',
-    method: 'get',
-    params: query
-  })
-}
-
-
 // 新增网格类型配置
 // 新增网格类型配置
 export function addGridType(data) {
 export function addGridType(data) {
   return request({
   return request({