ecinc-cloud-wappaio 9.6.563 → 9.6.564
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
|
@@ -147473,6 +147473,8 @@ var wfengine_install = function install(Vue) {
|
|
|
147473
147473
|
$scope.wfInstance.id = res.body.wfInstance.id;
|
|
147474
147474
|
$scope.wfInstance.status = res.body.wfInstance.status;
|
|
147475
147475
|
$scope.vo.status = res.body.wfInstance.status;
|
|
147476
|
+
}
|
|
147477
|
+
if ($scope.wfInstancebak.wfId !== res.body.wfInstance.wfId) {
|
|
147476
147478
|
$scope.$bus.emit('showWfNodelogList', $scope.wfInstance, $scope.activeName, true);
|
|
147477
147479
|
}
|
|
147478
147480
|
if (res.body.wfInstance && res.body.wfInstance.passenger.wfIdeaList) {
|
package/lib/ecwappaio.umd.js
CHANGED
|
@@ -147483,6 +147483,8 @@ var wfengine_install = function install(Vue) {
|
|
|
147483
147483
|
$scope.wfInstance.id = res.body.wfInstance.id;
|
|
147484
147484
|
$scope.wfInstance.status = res.body.wfInstance.status;
|
|
147485
147485
|
$scope.vo.status = res.body.wfInstance.status;
|
|
147486
|
+
}
|
|
147487
|
+
if ($scope.wfInstancebak.wfId !== res.body.wfInstance.wfId) {
|
|
147486
147488
|
$scope.$bus.emit('showWfNodelogList', $scope.wfInstance, $scope.activeName, true);
|
|
147487
147489
|
}
|
|
147488
147490
|
if (res.body.wfInstance && res.body.wfInstance.passenger.wfIdeaList) {
|