浏览代码

未选中二级部门报错

caotao 5 年之前
父节点
当前提交
d62f7a80f2
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      admin-ui/app/whepi/lingyun/lingyunUserNotOnJob.js

+ 13 - 0
admin-ui/app/whepi/lingyun/lingyunUserNotOnJob.js

@@ -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',