* Remove unused code.

This commit is contained in:
zhaoke
2023-08-09 09:19:57 +08:00
parent b5f3131e60
commit a52bda618d
5 changed files with 1 additions and 7 deletions
-1
View File
@@ -1,6 +1,5 @@
$('table').on('change', '.pick-value', function()
{
var user = zentaoUsers[$(this).val()];
console.log(111, $(this).val(), user, $(this).attr('id'))
$('#' + $(this).attr('id').replace('users', 'zentaoEmail')).text(user.email);
})