fuliqi
2024-03-21 e1ecc186e3cfdde0faf7ea1fc296b509cf11193c
src/api/system/dept.js
@@ -49,4 +49,12 @@
    url: '/system/dept/' + deptId,
    method: 'delete'
  })
}
}
// 获取运维单位下拉列表
export function deptSelect() {
  return request({
    url: '/system/dept/all',
    method: 'get'
  })
}