sasp-flow-render 1.1.36-decoupling → 1.1.37-decoupling

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sasp-flow-render",
3
- "version": "1.1.36-decoupling",
3
+ "version": "1.1.37-decoupling",
4
4
  "description": "业务应用支撑平台-智慧流程渲染组件",
5
5
  "scripts": {
6
6
  "build": "vue-cli-service build"
@@ -648,10 +648,11 @@ export default {
648
648
  this.workFlowUtil.syncFlowDialogPrams({
649
649
  chooseNextUserId: this.chooseNextUserId,
650
650
  chooseNextUserName: this.chooseNextUserName,
651
- chooseNextUserIdObj: this.chooseNextUserIdObj
651
+ chooseNextUserIdObj: this.chooseNextUserIdObj,
652
+ description: this.description
652
653
  });
653
654
  let params = {"SASP_FLOW_USE_VARIABLES":"yes"};
654
- Object.assign(params,this.flowParams || {},obj);
655
+ Object.assign(params,{flowInstructions: this.description},this.flowParams || {},obj);
655
656
  this.saspFlowAxios.post(this.api.plFlowInst.executeNextStep,params).then(res => {
656
657
  if (res && res.data && res.data.operateSuccess) {
657
658
  this.workFlowUtil.initTabNum && this.workFlowUtil.initTabNum();