fujunling
2023-07-13 4d46d3d70d2f38eebd2b861a97a9bf5ba9604ada
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
    }
  })
}