sasp-flow-render 1.0.8 → 1.0.10

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.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "业务应用支撑平台-智慧流程渲染组件",
5
5
  "scripts": {
6
6
  "build": "vue-cli-service build"
@@ -1434,7 +1434,7 @@
1434
1434
  this.saveInstId = instId;
1435
1435
  //获取处理人
1436
1436
  let obj = {instId: instId, taskId: this.currentInst.taskId};
1437
- let params = {};
1437
+ let params = {"SASP_FLOW_USE_VARIABLES":"yes"};
1438
1438
  Object.assign(params,flowParams || {},obj);
1439
1439
  this.axios.post(this.api.plFlowInst.getNextUsers, params).then(res => {
1440
1440
  if(!res.data.operateSuccess){
@@ -1744,7 +1744,7 @@
1744
1744
  if(this.flowNextOperation) {
1745
1745
  this.flowNextOperation(obj.instId, obj.dealers, obj.dealerNames, obj.taskId);
1746
1746
  }
1747
- let params = {};
1747
+ let params = {"SASP_FLOW_USE_VARIABLES":"yes"};
1748
1748
  Object.assign(params,this.flowParams || {},obj);
1749
1749
  this.axios.post(this.api.plFlowInst.executeNextStep,params).then(res => {
1750
1750
  if (res && res.data && res.data.operateSuccess) {