单选的时候只显示当前选中的节点,如果有父节点不能讲其层次显示在输入框上
The TimestampTag component cannot customize the time format, and UTC is not a good display time format
```JavaScript var ldap = require("ldapjs"); var client = ldap.createClient({ url: 'ldap://192.168.11.22:389' }); var opts = { filter: `(sAMAccountName=${username})`, scope: 'sub', timeLimit: 500 }; client.bind('testUsername', 'testPassword', function (err1, res1) { client.search('DC=test,DC=com',...