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