浏览代码

直接处理增加请求字段

seimin 3 年之前
父节点
当前提交
faab6aae9a
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      assets/js/controllers/customform/customformCtrl.js

+ 3 - 0
assets/js/controllers/customform/customformCtrl.js

@@ -17486,6 +17486,9 @@ appFormly.controller('CustomformCtrl', ['$rootScope', '$scope', '$parse', '$inje
17486 17486
                                     //         id:$scope.$parent.$parent.$parent.$parent.$parent.$parent.selecthouseNumber.id
17487 17487
                                     //     }
17488 17488
                                     // }
17489
+                                    if(data0327.start_code == 'close'){
17490
+                                        data0327.incident.directProcess = 1;
17491
+                                    }
17489 17492
                                     console.log(vm);
17490 17493
                                     api_bpm_domain.start(pdKey, data0327).then(function (response) {
17491 17494