|
@@ -126,10 +126,7 @@ $(function() {
|
|
|
doctorNum="";
|
|
|
doctorNameTemp="";
|
|
|
doctorNumTemp="";
|
|
|
- data_desc="leaveHospitalDate"
|
|
|
- if(isPlacefile != 1){
|
|
|
- data_desc="behospitalDate"
|
|
|
- }
|
|
|
+ data_desc="behospitalDate"
|
|
|
data_asc="";
|
|
|
$('.patientNumInp').val('')
|
|
|
$('.patientNameInp').val('')
|
|
@@ -146,6 +143,7 @@ $(function() {
|
|
|
$(".levelList").css("display", "none")
|
|
|
$(".selectLevel").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
|
|
|
$("th[code]").removeClass("asc desc")
|
|
|
+ $("th[code='behospitalDate']").addClass("desc");
|
|
|
getTabData(1)
|
|
|
})
|
|
|
//导出事件
|