|
@@ -65,6 +65,7 @@ function getTabData(activePage) {
|
|
|
name: $('.patientNameInp').val(),
|
|
|
complaintDateEnd: behosDateEnd.replace(/\//g, '-'),
|
|
|
complaintDateStart: behosDateStart.replace(/\//g, '-'),
|
|
|
+ "desc":['claimant_gmt_create']
|
|
|
}
|
|
|
$('.pagination').html("")
|
|
|
$('.tbody').html(emptyBox('努力加载中...', '',))
|
|
@@ -949,6 +950,7 @@ $((function ($) {
|
|
|
name: $('.patientNameInp').val(),
|
|
|
complaintDateEnd: behosDateEnd.replaceAll("/", "-"),
|
|
|
complaintDateStart: behosDateStart.replaceAll("/", "-"),
|
|
|
+ "desc":['claimant_gmt_create']
|
|
|
}
|
|
|
expJson(api.getComplaintRecordExport, param).then(res => {
|
|
|
downloadExportedData(res.data, "申诉记录.xls")
|