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