* [feedback#6589] modify bind mode of click method.

This commit is contained in:
liumengyi
2024-07-30 16:05:02 +08:00
committed by 田淑杰
parent a8a3dca840
commit f862ea935f
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -439,7 +439,7 @@ window.removeItem = function(obj)
$(obj).closest('tr').remove();
}
$('#teamTable .team-saveBtn').on('click.team', '.btn', function()
window.checkTeamMember = function()
{
$('div.assignedToList').html('');
@@ -490,7 +490,7 @@ $('#teamTable .team-saveBtn').on('click.team', '.btn', function()
zui.Modal.hide();
return false;
})
};
window.removeTeamMember = function()
{