qx
qx
4 天以前 26a983e0c22f1fe54c91c66c2b52888858e52cd1
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}