This commit is contained in:
wangyidong
2024-01-09 16:22:51 +08:00
parent cea5c01de9
commit 5212ca752d
3 changed files with 10 additions and 18 deletions
+1
View File
@@ -68,6 +68,7 @@ $(document).off('click', '[data-formaction]').on('click', '[data-formaction]', f
window.footerSummary = function(element, checkedIdList)
{
if(typeof(checkedIdList) == 'undefined') return {};
if(!checkedIdList.length) return {html: element.options.customData.pageSummary, className: 'text-dark'};
const dtable = zui.DTable.query($('#projectviews'));