田源
2024-01-15 3428cf5843492f2f92b8b913fb2d569cc0a4a10c
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
  })