|
@@ -37,7 +37,7 @@ let deptName = '',
|
|
|
patientName = '';
|
|
|
casesIdTemp = '';
|
|
|
casesName = '';
|
|
|
-let deptList = JSON.parse(getCookie('deptList')) || [];
|
|
|
+let deptList = JSON.parse(localStorage.getItem('deptList')) || [];
|
|
|
let srcUrl = $('#contentIframe', parent.document).attr('src');
|
|
|
statisticsType = getUrlArgObjectNew('dateType', srcUrl) || '';
|
|
|
from = getUrlArgObjectNew('from', srcUrl) || '';
|