From c41c4f5813cf5f053291dfecfebc90dd636dd996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cxxq250=E2=80=9D?= <“xxq250@qq.com”> Date: Tue, 19 Jul 2022 15:04:17 +0800 Subject: [PATCH] fixed --- app/controllers/admins/dashboards_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/admins/dashboards_controller.rb b/app/controllers/admins/dashboards_controller.rb index fac44cca9..dccff054b 100644 --- a/app/controllers/admins/dashboards_controller.rb +++ b/app/controllers/admins/dashboards_controller.rb @@ -39,7 +39,6 @@ class Admins::DashboardsController < Admins::BaseController { value: count['professional'].to_i, name: '专业人士' }, { value: count[nil].to_i, name: '未选职业' }, ] - render_ok(data: data) end