田源
2023-08-03 08038c5e370af58687e69cda44af1b99f177f5ef
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
    }
  })
}