|
|
|
@ -517,6 +517,12 @@
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
function hospitalSelectListner () {
|
|
|
|
function hospitalSelectListner () {
|
|
|
|
|
|
|
|
if (window.location.search) {
|
|
|
|
|
|
|
|
var project_id = window.location.search.split("=")
|
|
|
|
|
|
|
|
if (project_id[1]) {
|
|
|
|
|
|
|
|
$("[name=hospital-select] option[value="+project_id[1]+"]").prop("selected",true)
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$("[name=hospital-select]").change(function () {
|
|
|
|
$("[name=hospital-select]").change(function () {
|
|
|
|
var url = window.location.origin + window.location.pathname;
|
|
|
|
var url = window.location.origin + window.location.pathname;
|
|
|
|
|