zhongrj
2023-12-25 a030c3b4c44cc385feb8cfb8aaf53d169c8cdaf2
src/api/system/dept.js
@@ -35,7 +35,7 @@
export const add = (row) => {
  return request({
    url: '/api/blade-system/dept/submit',
    url: '/api/blade-system/dept/saveOrUpdateDeptInfo',
    method: 'post',
    data: row
  })
@@ -43,7 +43,7 @@
export const update = (row) => {
  return request({
    url: '/api/blade-system/dept/submit',
    url: '/api/blade-system/dept/saveOrUpdateDeptInfo',
    method: 'post',
    data: row
  })