add alert

This commit is contained in:
Huang,Yonggang 2024-06-09 16:15:11 +08:00
parent 141defe55d
commit b3bfcfd4db
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@
});
tableHTML += '</table>';
alert(tableHTML);
return tableHTML;
}
</script>