| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-11-30 15:18:29 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2023-01-30 15:22:52 |
| | | * @LastEditTime: 2023-01-30 17:13:44 |
| | | * @FilePath: \srs-police-affairs\src\api\dept\index.js |
| | | * @Description: |
| | | * |
| | |
| | | } |
| | | |
| | | // 小区树形数据 |
| | | // export const getPoliceStationLazyTree = (type, id) => { |
| | | // return request({ |
| | | // url: `/api/policeStationInfo/policeStationInfo/getPoliceStationLazyTree`, |
| | | // method: 'get', |
| | | // params: { |
| | | // type, |
| | | // id |
| | | // } |
| | | // }) |
| | | // } |
| | | export const getPoliceStationLazyTree = (type, id) => { |
| | | return request({ |
| | | url: `/api/policeStationInfo/policeStationInfo/getPoliceStationLazyTree`, |
| | | method: 'get', |
| | | params: { |
| | | type, |
| | | id |
| | | } |
| | | }) |
| | | } |
| | | |
| | | // 小区树形数据 |
| | | export const getPoliceStationTrees = (name) => { |