Commit e249d19cf674d38748eb9414caa74bdcf997b705
1 parent
4b3a81e1
Update
Showing
2 changed files
with
2 additions
and
2 deletions
src/main/resources/static/pages/scheduleApp/module/common/dts2/employeeGroup/saEmployeegroup.js
| @@ -646,7 +646,7 @@ angular.module('ScheduleApp').directive('saEmployeegroup', [ | @@ -646,7 +646,7 @@ angular.module('ScheduleApp').directive('saEmployeegroup', [ | ||
| 646 | console.log("xlidvalue=" + value); | 646 | console.log("xlidvalue=" + value); |
| 647 | 647 | ||
| 648 | employeeConfigService_g.rest.list( | 648 | employeeConfigService_g.rest.list( |
| 649 | - {"xl.id_eq": value, "isCancel_eq" : false, size: 100}, | 649 | + {"xl.id_eq": value, "isCancel_eq" : false, size: 200}, |
| 650 | function(result) { | 650 | function(result) { |
| 651 | // 获取值了 | 651 | // 获取值了 |
| 652 | console.log("人员配置获取了"); | 652 | console.log("人员配置获取了"); |
src/main/resources/static/pages/scheduleApp/module/common/prj-common-directive.js
| @@ -3371,7 +3371,7 @@ angular.module('ScheduleApp').directive('saEmployeegroup', [ | @@ -3371,7 +3371,7 @@ angular.module('ScheduleApp').directive('saEmployeegroup', [ | ||
| 3371 | console.log("xlidvalue=" + value); | 3371 | console.log("xlidvalue=" + value); |
| 3372 | 3372 | ||
| 3373 | employeeConfigService_g.rest.list( | 3373 | employeeConfigService_g.rest.list( |
| 3374 | - {"xl.id_eq": value, "isCancel_eq" : false, size: 100}, | 3374 | + {"xl.id_eq": value, "isCancel_eq" : false, size: 200}, |
| 3375 | function(result) { | 3375 | function(result) { |
| 3376 | // 获取值了 | 3376 | // 获取值了 |
| 3377 | console.log("人员配置获取了"); | 3377 | console.log("人员配置获取了"); |