zhouwx
2025-03-17 ff019ffd26acbf48478b53bc7a282e47e56e6480
src/api/system/dept.js
@@ -37,7 +37,7 @@
// 新增部门
export function addDept(data) {
  return request({
    url: '/system/dept/add',
    url: '/system/dept',
    method: 'post',
    data: data
  })