ecinc-cloud-wappaio 9.6.474 → 9.6.475
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/lib/ecwappaio.common.js
CHANGED
|
@@ -146332,7 +146332,7 @@ var wfengine_install = function install(Vue) {
|
|
|
146332
146332
|
resolve(res);
|
|
146333
146333
|
} else {
|
|
146334
146334
|
$scope.submitHandle.route.index = routeIndex;
|
|
146335
|
-
_this.saveWfInstance($scope, '
|
|
146335
|
+
_this.saveWfInstance($scope, 'AutoFinishSubmit', params).then(function (saveRes) {
|
|
146336
146336
|
resolve(res);
|
|
146337
146337
|
});
|
|
146338
146338
|
}
|
package/lib/ecwappaio.umd.js
CHANGED
|
@@ -146342,7 +146342,7 @@ var wfengine_install = function install(Vue) {
|
|
|
146342
146342
|
resolve(res);
|
|
146343
146343
|
} else {
|
|
146344
146344
|
$scope.submitHandle.route.index = routeIndex;
|
|
146345
|
-
_this.saveWfInstance($scope, '
|
|
146345
|
+
_this.saveWfInstance($scope, 'AutoFinishSubmit', params).then(function (saveRes) {
|
|
146346
146346
|
resolve(res);
|
|
146347
146347
|
});
|
|
146348
146348
|
}
|