田源
2023-08-30 25b0c07fc14b039b2d26db2f6d974aecda9835e7
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
    }
  })
}