cloud-module-bpm 6.3.0 → 6.3.1

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": "cloud-module-bpm",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
4
4
  "description": " bpm base lib",
5
5
  "main": "dist/cloud-module-bpm.umd.min.js",
6
6
  "author": "wujx",
@@ -16,7 +16,7 @@
16
16
  "axios": "0.19.0",
17
17
  "babel-loader": "^8.0.6",
18
18
  "babel-polyfill": "^6.26.0",
19
- "cloud-module-base": "6.3.0",
19
+ "cloud-module-base": "6.3.1",
20
20
  "core-js": "^3.4.4",
21
21
  "css-loader": "^3.4.1",
22
22
  "element-ui": "^2.13.2",
@@ -63,4 +63,4 @@
63
63
  "> 1%",
64
64
  "last 2 versions"
65
65
  ]
66
- }
66
+ }
@@ -158,6 +158,7 @@ MeritBPM.doSend = function(that, bpmBtn) {
158
158
  if (
159
159
  bpmBtn.isSave == '1' ||
160
160
  (that.ruleEngine.procInstId != '' &&
161
+ that.ruleEngine.procInstId != undefined &&
161
162
  that.ruleEngine.editStatus.type != '1')
162
163
  ) {
163
164
  bpmBtn.isSave = '0';