Browse Source

科室下拉bug2

zhouna 3 years ago
parent
commit
9ff8c38251
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/dept/readmissionDept.js

+ 1 - 1
src/js/dept/readmissionDept.js

@@ -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) || '';