田源
2024-02-19 8b8a0f7512e25cdaf60af6a1d7c9e64f0ffe1dfa
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
  })