qinxianzhangyao
2024-02-27 13a9015a85303de6e6dd4379f31621b0877672a3
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}