ecinc-cloud-wappaio 9.6.536 → 9.6.537
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
|
@@ -146390,7 +146390,7 @@ var wfengine_install = function install(Vue) {
|
|
|
146390
146390
|
};
|
|
146391
146391
|
$scope.wfInstance.udmNodes = [udmNode];
|
|
146392
146392
|
}
|
|
146393
|
-
if ($scope.wfInstance.udmNodes) {
|
|
146393
|
+
if ($scope.wfInstance.udmNodes && $scope.curTN.tnNodeID !== null) {
|
|
146394
146394
|
$scope.wfJsonData.routes = _this.setUdmCustomRoutes($scope);
|
|
146395
146395
|
}
|
|
146396
146396
|
$scope.commonIdeaList = $scope.wfInstance.passenger.commonIdeaList;
|
package/lib/ecwappaio.umd.js
CHANGED
|
@@ -146400,7 +146400,7 @@ var wfengine_install = function install(Vue) {
|
|
|
146400
146400
|
};
|
|
146401
146401
|
$scope.wfInstance.udmNodes = [udmNode];
|
|
146402
146402
|
}
|
|
146403
|
-
if ($scope.wfInstance.udmNodes) {
|
|
146403
|
+
if ($scope.wfInstance.udmNodes && $scope.curTN.tnNodeID !== null) {
|
|
146404
146404
|
$scope.wfJsonData.routes = _this.setUdmCustomRoutes($scope);
|
|
146405
146405
|
}
|
|
146406
146406
|
$scope.commonIdeaList = $scope.wfInstance.passenger.commonIdeaList;
|