|
@@ -412,8 +412,8 @@ function renderTab(data, activePage) {
|
|
|
let index = $(this).parent().attr("data-index")
|
|
|
let deptName = $(this).attr("data-dept")
|
|
|
let ruleType = $(this).attr("data-ruleType")
|
|
|
- let doctorName = $(this).attr("data-doctorName")
|
|
|
- let docId = $(this).attr("data-docId")
|
|
|
+ let doctorName = $(this).attr("data-doctorName") || ''
|
|
|
+ let docId = $(this).attr("data-docId") || ''
|
|
|
let professor = $(this).attr("data-professor")
|
|
|
let deptId = data[index].deptId
|
|
|
$(parent.document).find("#contentIframe").attr("src", "quexianDetailHome.html?deptName=" + deptName + "&deptId=" + deptId + "&from=13&casesId=243" + "&shijian=3" + "&ruleType=" + ruleType + "&startDateParam=" + startDateParam + "&endDateParam=" + endDateParam + "&docName=" + doctorName + "&docId=" + docId + "&code=XY" + "&professor=" + professor)
|
|
@@ -423,8 +423,8 @@ function renderTab(data, activePage) {
|
|
|
let index = $(this).parent().attr("data-index")
|
|
|
let deptName = $(this).attr("data-dept")
|
|
|
let titleName = $(this).attr("data-title")
|
|
|
- let doctorName = $(this).attr("data-doctorName")
|
|
|
- let docId = $(this).attr("data-docId")
|
|
|
+ let doctorName = $(this).attr("data-doctorName") || ''
|
|
|
+ let docId = $(this).attr("data-docId") || ''
|
|
|
let professor = $(this).attr("data-professor")
|
|
|
// let ruleType = $(this).attr("data-ruleType")
|
|
|
let deptId = data[index].deptId
|