minor chages;

This commit is contained in:
huangjx
2022-04-29 22:49:59 +08:00
parent 3a13bfa244
commit 6195928b74
8 changed files with 19 additions and 18 deletions

View File

@@ -11,8 +11,9 @@ const buttonHandler = (event, type) => {
let url = element.getAttribute("path");
let row, data = {};
let removeRow = true;
if (element.getAttribute("id") == "download-action-button"){
helper.getCounters();
if (element.getAttribute("id") == "download-action-button") {
helper.loop(helper.getCounters);
helper.setContentTableType("search-results");
}
if (row = element.closest('.table-row-search')) {
if (element.className == 'icon-clipboard') {