ecinc-cloud-mappaio 9.6.179 → 9.6.180
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/ecmappaio.common.js
CHANGED
|
@@ -43007,7 +43007,10 @@ var wfengine_install = function install(Vue) {
|
|
|
43007
43007
|
}
|
|
43008
43008
|
$scope.vo = $scope.vobak;
|
|
43009
43009
|
$scope.wfInstance = $scope.wfInstancebak;
|
|
43010
|
-
if (
|
|
43010
|
+
if ($scope.wfInstancebak.wfId !== res.body.wfInstance.wfId) {
|
|
43011
|
+
$scope.wfInstance = res.body.wfInstance;
|
|
43012
|
+
$scope.$bus.emit('showWfNodelogList', $scope.wfInstance, $scope.activeName, true);
|
|
43013
|
+
} else if (res.body.wfInstance && ($scope.wfInstance.id === null || $scope.wfInstance.id === '')) {
|
|
43011
43014
|
$scope.wfInstance.id = res.body.wfInstance.id;
|
|
43012
43015
|
$scope.wfInstance.status = res.body.wfInstance.status;
|
|
43013
43016
|
$scope.vo.status = res.body.wfInstance.status;
|
package/lib/ecmappaio.umd.js
CHANGED
|
@@ -43017,7 +43017,10 @@ var wfengine_install = function install(Vue) {
|
|
|
43017
43017
|
}
|
|
43018
43018
|
$scope.vo = $scope.vobak;
|
|
43019
43019
|
$scope.wfInstance = $scope.wfInstancebak;
|
|
43020
|
-
if (
|
|
43020
|
+
if ($scope.wfInstancebak.wfId !== res.body.wfInstance.wfId) {
|
|
43021
|
+
$scope.wfInstance = res.body.wfInstance;
|
|
43022
|
+
$scope.$bus.emit('showWfNodelogList', $scope.wfInstance, $scope.activeName, true);
|
|
43023
|
+
} else if (res.body.wfInstance && ($scope.wfInstance.id === null || $scope.wfInstance.id === '')) {
|
|
43021
43024
|
$scope.wfInstance.id = res.body.wfInstance.id;
|
|
43022
43025
|
$scope.wfInstance.status = res.body.wfInstance.status;
|
|
43023
43026
|
$scope.vo.status = res.body.wfInstance.status;
|