xy 2 years ago
parent 9e36649eff
commit e0ca52ce67

@ -516,6 +516,13 @@
setBarChartOption($(this).val())
})
}
function hospitalSelectListner () {
$("[name=hospital-select]").change(function () {
var url = window.location.href;
url += window.location.search ? ("&project_id=" + $(this).val()) : ("?project_id=" + $(this).val());
window.open(url);
})
}
(function () {
initPieChart()
initBarChart()

Loading…
Cancel
Save