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