workflow-editor 0.9.67-boe3 → 0.9.67-boe5

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": "workflow-editor",
3
- "version": "0.9.67-boe3",
3
+ "version": "0.9.67-boe5",
4
4
  "description": "流程编辑器",
5
5
  "main": "lib/workflow-editor.umd.min.js",
6
6
  "private": false,
@@ -33,7 +33,7 @@
33
33
  "element-ui": "2.15.3",
34
34
  "eslint": "5.16.0",
35
35
  "eslint-plugin-vue": "5.2.2",
36
- "imatrix-ui": "2.8.22-boe3",
36
+ "imatrix-ui": "2.8.22-boe8",
37
37
  "node-sass": "4.12.0",
38
38
  "nprogress": "^0.2.0",
39
39
  "sass-loader": "^7.1.0",
@@ -150,7 +150,7 @@ export default {
150
150
  } else {
151
151
  if (userCondition === '${instanceCreator}' || userCondition === '${previousTransactorAssignment}') {
152
152
  formModel.transactor = userCondition
153
- } else if (userCondition.indexOf('${field[') >= 0) {
153
+ } else if (userCondition.indexOf('${field[') >= 0 && userCondition.indexOf('"selectedField": "${field[') < 2) {
154
154
  formModel.transactor = 'byField'
155
155
  formModel.selectedField = userCondition
156
156
  } else {
@@ -72,7 +72,7 @@ export default {
72
72
  },
73
73
  data() {
74
74
  console.log(this.model)
75
- if (this.model.ref.taskNotice === undefined) {
75
+ if (!this.model.ref.taskNotice) {
76
76
  this.model.ref.taskNotice = {}
77
77
  }
78
78
  return {