* Refactor search form.

This commit is contained in:
zhaoke
2023-08-09 10:42:47 +08:00
parent 812581646e
commit fae2c9735e
7 changed files with 309 additions and 19 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);
})