|
@@ -153,6 +153,7 @@ ele.addClass('active');
|
|
|
return false;
|
|
|
}*/
|
|
|
function getTabData(activePage) {
|
|
|
+ //console.trace(22);
|
|
|
const dateStatrt = getPickerDate($('#datepicker'), 1);
|
|
|
const dateEnd = getPickerDate($('#datepicker2'), 2);
|
|
|
const start = new Date(dateStatrt).getTime();
|
|
@@ -208,7 +209,7 @@ function getTabData(activePage) {
|
|
|
.catch(e => {});
|
|
|
}
|
|
|
|
|
|
-getTabData(1);
|
|
|
+//getTabData(1);
|
|
|
|
|
|
$('.filter').on('click', function(e) {
|
|
|
// deptName = deptNameTemp;
|
|
@@ -408,7 +409,10 @@ function bindModuleTypeSelect() {
|
|
|
//科室处理
|
|
|
function getDeptList(flg) {
|
|
|
let str = ``;
|
|
|
- if (deptList.length <= 0) return;
|
|
|
+ if (deptList.length <= 0){
|
|
|
+ getTabData(1);
|
|
|
+ return;
|
|
|
+ }
|
|
|
if (flg) {
|
|
|
$('.qcListCopy .selectDept ')
|
|
|
.attr('data-id', deptList[0].deptName)
|