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