liuyg
2021-07-10 8ef98bfd45d97a4c7d494d5a4e51b573df8da268
src/api/securityUnit/securityUnit.js
@@ -153,4 +153,16 @@
      ids,
    }
  })
}
}
export const getDeptLazyTree = (parentId) => {
  return request({
    // url: '/api/blade-system/dept/lazy-trees',
    url: 'http://192.168.0.104:80/blade-system/dept/lazy-trees',
    method: 'get',
    // params: {
    //   parentId
    // }
  })
}