From 25128f2ccaf42103c5bb87452513e68abad4af4e Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Fri, 31 May 2024 13:14:25 +0800 Subject: [PATCH] 1 --- resources/views/admin/home.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index 94f5449..3971080 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -240,7 +240,7 @@ @@ -517,6 +517,7 @@ }) } function hospitalSelectListner () { + $("[name=hospital-select]").change(function () { var url = window.location.href; url += window.location.search ? ("&project_id=" + $(this).val()) : ("?project_id=" + $(this).val());