This commit is contained in:
tianshujie
2023-04-14 10:52:36 +08:00
parent f14efad6ac
commit 8208c02908
+7
View File
@@ -34,6 +34,7 @@ body {margin-bottom: 25px;}
#docListForm th.c-user {width: 102px !important;}
</style>
<?php endif;?>
<?php js::set('isMyCollection', $type == 'collect' ? 1 : 0);?>
<?php if(empty($docs)):?>
<div class="table-empty-tip">
<p>
@@ -192,5 +193,11 @@ $(function()
return checkedTotal ? checkedSummary.replace('%total%', checkedTotal) : pageSummary;
}
});
$('.ajaxCollect').click(function()
{
if(isMyCollection) window.location.reload();
});
});
</script>