|
@@ -683,7 +683,7 @@ function renderDiagList(list, showNum) {
|
|
|
const name = $(this).attr('data-name');
|
|
|
const i = $(this).attr('data-index');
|
|
|
indexNow = i
|
|
|
- const showList = $(".box[data-index=" + i + "]").find(".moduleCenter").css("display")
|
|
|
+ const showList = $(".maydiagnose .box[data-index=" + i + "]").find(".moduleCenter").css("display")
|
|
|
if (showList == "none" || !showList) {
|
|
|
$(".loading").show();
|
|
|
$(".maydiagnose .box[data-index=" + i + "]").find(".moduleCenter").html('')
|
|
@@ -721,7 +721,7 @@ function renderAffListList(list, showNum) {
|
|
|
const name = $(this).attr('data-name');
|
|
|
const i = $(this).attr('data-index');
|
|
|
indexNow = i
|
|
|
- const showList = $(".box[data-index=" + i + "]").find(".moduleCenter").css("display")
|
|
|
+ const showList = $(".hasdiagnose .box[data-index=" + i + "]").find(".moduleCenter").css("display")
|
|
|
if (showList == "none" || !showList) {
|
|
|
$(".loading").show();
|
|
|
$(".hasdiagnose .box[data-index=" + i + "]").find(".moduleCenter").html('')
|