qx
qx
2025-04-14 02db0a235f5ba38a966280d4f5376a4e468ea48f
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}