ecinc-cloud-wappaio 9.6.392 → 9.6.394
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
|
@@ -144924,6 +144924,9 @@ var wfengine_install = function install(Vue) {
|
|
|
144924
144924
|
_this3.$nextTick(function () {
|
|
144925
144925
|
$scope.$bus.emit('initSubmitHandle');
|
|
144926
144926
|
});
|
|
144927
|
+
if (submitType === 'AutoSave' && $scope.$route.query.wfName) {
|
|
144928
|
+
history.pushState(null, '', '/#' + $scope.$route.path + '?wfEngineUrl=' + $scope.$route.query.wfEngineUrl + '&wfInstanceId=' + $scope.wfInstance.id + '&wfNodelogId=' + $scope.curTN.tnID + '&orgCode=' + $scope.wfInstance.orgCode);
|
|
144929
|
+
}
|
|
144927
144930
|
} else {
|
|
144928
144931
|
$scope.wfInstance = $scope.wfInstancebak;
|
|
144929
144932
|
$scope.wfJsonData = $scope.wfJsonDatabak;
|
package/lib/ecwappaio.umd.js
CHANGED
|
@@ -144934,6 +144934,9 @@ var wfengine_install = function install(Vue) {
|
|
|
144934
144934
|
_this3.$nextTick(function () {
|
|
144935
144935
|
$scope.$bus.emit('initSubmitHandle');
|
|
144936
144936
|
});
|
|
144937
|
+
if (submitType === 'AutoSave' && $scope.$route.query.wfName) {
|
|
144938
|
+
history.pushState(null, '', '/#' + $scope.$route.path + '?wfEngineUrl=' + $scope.$route.query.wfEngineUrl + '&wfInstanceId=' + $scope.wfInstance.id + '&wfNodelogId=' + $scope.curTN.tnID + '&orgCode=' + $scope.wfInstance.orgCode);
|
|
144939
|
+
}
|
|
144937
144940
|
} else {
|
|
144938
144941
|
$scope.wfInstance = $scope.wfInstancebak;
|
|
144939
144942
|
$scope.wfJsonData = $scope.wfJsonDatabak;
|