田源
2023-08-09 fcb61d7b79c62f932c109bdd864b9f77d468befd
1
2
3
4
5
6
7
8
9
10
11
import request from "@/router/axios";
 
export const businese = (params) => {
  return request({
    url: '/api/ubcs-code/mdmEngineController/getTableDataByOids',
    method: 'get',
    params:{
      ...params
    }
  })
}