田源
2024-01-08 6eeb8a83dfe8501d5038371d171d28be8988cbd3
Source/UBCS-WEB/src/api/omd/enum.js
@@ -25,7 +25,6 @@
}
export const getChildList = (current, size, parentoid, params) => {
  debugger;
  return request({
    url: '/api/ubcs-omd/enumItem/listAll',
    method: 'get',
@@ -75,9 +74,8 @@
}
export const update = (row) => {
  debugger;
  return request({
    url: '/api/ubcs-omd/enum/submit',
    url: '/api/ubcs-omd/enum/update',
    method: 'post',
    data: row
  })