From 3572b62c00628d51db091f90287fa2f186b5d2eb Mon Sep 17 00:00:00 2001
From: wangting <675591594@qq.com>
Date: 星期四, 03 八月 2023 16:33:32 +0800
Subject: [PATCH] 修改启动流程传参

---
 Source/UBCS-WEB/src/components/template/SetPersonnel.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/template/SetPersonnel.vue b/Source/UBCS-WEB/src/components/template/SetPersonnel.vue
index 29cec50..aa68524 100644
--- a/Source/UBCS-WEB/src/components/template/SetPersonnel.vue
+++ b/Source/UBCS-WEB/src/components/template/SetPersonnel.vue
@@ -66,7 +66,8 @@
                     ids: 'ids',
                     flowTemplate: 'flowTemplate',
                     code: 'code',
-                    type: 'type'
+                    type: 'type',
+                    btmtype:'btmtype'
                 }
             }
         }
@@ -127,6 +128,8 @@
                 processName: this.parameter[this.parameterKeys.flowTemplate],
                 topName: this.title,
                 ids: this.parameter[this.parameterKeys.ids],
+                oids: this.parameter[this.parameterKeys.ids],
+                btmtype:this.parameter[this.parameterKeys.btmtype],
                 vars:this.parameter['vars']
             }
         },

--
Gitblit v1.9.3