ecinc-cloud-mappaio 9.6.33 → 9.6.34
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
|
@@ -39535,7 +39535,7 @@ var wfengine_install = function install(Vue) {
|
|
|
39535
39535
|
if (typeof $scope.wfJsonData === 'string') {
|
|
39536
39536
|
$scope.wfJsonData = JSON.parse($scope.wfJsonData);
|
|
39537
39537
|
}
|
|
39538
|
-
if ($scope.wfJsonData.ideaLables) {
|
|
39538
|
+
if ($scope.wfJsonData && $scope.wfJsonData.ideaLables) {
|
|
39539
39539
|
if (!$scope.wfInstance.udmNodes) {
|
|
39540
39540
|
$scope.wfInstance.udmNodes = [];
|
|
39541
39541
|
}
|
package/lib/ecmappaio.umd.js
CHANGED
|
@@ -39545,7 +39545,7 @@ var wfengine_install = function install(Vue) {
|
|
|
39545
39545
|
if (typeof $scope.wfJsonData === 'string') {
|
|
39546
39546
|
$scope.wfJsonData = JSON.parse($scope.wfJsonData);
|
|
39547
39547
|
}
|
|
39548
|
-
if ($scope.wfJsonData.ideaLables) {
|
|
39548
|
+
if ($scope.wfJsonData && $scope.wfJsonData.ideaLables) {
|
|
39549
39549
|
if (!$scope.wfInstance.udmNodes) {
|
|
39550
39550
|
$scope.wfInstance.udmNodes = [];
|
|
39551
39551
|
}
|