浏览代码

处理人处理组根据责任科室查询

seimin 11 月之前
父节点
当前提交
8ea2995b0f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      assets/js/controllers/mainCtrl.js

+ 2 - 0
assets/js/controllers/mainCtrl.js

@@ -4809,6 +4809,7 @@ function ($rootScope, $scope, $state, $translate, $localStorage, $cookieStore, $
4809
               idx: 0,
4809
               idx: 0,
4810
               sum: 1000,
4810
               sum: 1000,
4811
               user: {
4811
               user: {
4812
+                duty: $scope.selectedDuty || undefined,
4812
                 roledata: {rolecode: "first-line support"},
4813
                 roledata: {rolecode: "first-line support"},
4813
                 selectDetails:'1',
4814
                 selectDetails:'1',
4814
                 simple:true,
4815
                 simple:true,
@@ -4833,6 +4834,7 @@ function ($rootScope, $scope, $state, $translate, $localStorage, $cookieStore, $
4833
               idx: 0,
4834
               idx: 0,
4834
               sum: 1000,
4835
               sum: 1000,
4835
               group: {
4836
               group: {
4837
+                duty: $scope.selectedDuty || undefined,
4836
                 selectType: "nouser"
4838
                 selectType: "nouser"
4837
               },
4839
               },
4838
             };
4840
             };