@@ -105,6 +105,19 @@ define(function (require) {
labelWidth: 'auto',
events: {keydown: enterQueryGrid1}, width: 200
},
+
+ {
+ name: 'unitId',
+ xtype: 'combobox',
+ label: '部门名称',
+ data: [{id: '', text: '全部'}, {id: '1000', text: '注册人员'}, {id: '1001', text: '离职人员'}],
+ value: '',
+ onChange: function (value) {
+ queryGrid1();
+ },
{
name: 'isBand',
xtype: 'combobox',