|
@@ -9280,7 +9280,7 @@ appFormly.config(
|
9280
|
// console.log($scope.options.templateOptions)
|
9280
|
// console.log($scope.options.templateOptions)
|
9281
|
console.log($scope,77777)
|
9281
|
console.log($scope,77777)
|
9282
|
//处理人根据事件分类自动带入
|
9282
|
//处理人根据事件分类自动带入
|
9283
|
- if($scope.id == 'formly_2_ui-select_id_6'){
|
|
|
|
|
9283
|
+ if($scope.options.templateOptions.pkey == "incident.handlerUser"){
|
9284
|
if($scope.$parent.$parent.$parent.model.incident.handlerUser){
|
9284
|
if($scope.$parent.$parent.$parent.model.incident.handlerUser){
|
9285
|
if($scope.$parent.$parent.$parent.model.incident.handlerUser.id){
|
9285
|
if($scope.$parent.$parent.$parent.model.incident.handlerUser.id){
|
9286
|
$scope.options.model.id = $scope.$parent.$parent.$parent.model.incident.handlerUser.id;
|
9286
|
$scope.options.model.id = $scope.$parent.$parent.$parent.model.incident.handlerUser.id;
|