0cfee948 by 单帅旗

修改:发起流程sjlx字段动态传入

1 parent b044f47a
...@@ -242,7 +242,8 @@ ...@@ -242,7 +242,8 @@
242 if (!this.isJump) { 242 if (!this.isJump) {
243 startBusinessFlow({ 243 startBusinessFlow({
244 bsmSqyw: this.bsmSqyw, 244 bsmSqyw: this.bsmSqyw,
245 sjlx: 'zrz', 245 //sjlx: 'zrz',
246 sjlx: this.activeName,
246 bdcdysz: this.bdcdysz, 247 bdcdysz: this.bdcdysz,
247 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "", 248 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
248 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", 249 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
......