- user: remove unused function and code.

This commit is contained in:
liugang
2023-11-23 16:37:52 +08:00
parent 90ff0398c5
commit df9507c4a9
2 changed files with 0 additions and 26 deletions
-1
View File
@@ -17,7 +17,6 @@ formPanel
set::id('createUser'),
on::change('input[name=type]', 'changeType'),
on::change('input[name=role]', 'changeRole'),
on::change('#addCompany', 'changeAddCompany'),
on::change('input[name^=visions]', 'changeVision'),
on::change('#password1,#password2,#verifyPassword', 'changePassword'),
on::click('button[type=submit]', 'clickSubmit'),