diff --git a/cips.frontend/package.json b/cips.frontend/package.json
index b3845432..0f8e18c8 100644
--- a/cips.frontend/package.json
+++ b/cips.frontend/package.json
@@ -112,7 +112,7 @@
"node-sql-parser": "5.3.6",
"pinia": "2.3.0",
"pinia-undo": "0.2.4",
- "platform-core": "8.2.141",
+ "platform-core": "8.2.142",
"quasar": "2.17.6",
"sort-array": "5.0.0",
"svg-path-commander": "2.1.7",
diff --git a/erm.frontend/package.json b/erm.frontend/package.json
index 00066ac3..0267e740 100644
--- a/erm.frontend/package.json
+++ b/erm.frontend/package.json
@@ -112,7 +112,7 @@
"node-sql-parser": "5.3.6",
"pinia": "2.3.0",
"pinia-undo": "0.2.4",
- "platform-core": "8.2.141",
+ "platform-core": "8.2.142",
"quasar": "2.17.6",
"sort-array": "5.0.0",
"svg-path-commander": "2.1.7",
diff --git a/gradle.properties b/gradle.properties
index 00fa86ac..ee958729 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -39,7 +39,7 @@ application_version=1.0.0
platform_group=io.sc
platform_version=8.2.44
platform_plugin_version=8.2.10
-platform_core_frontend_version=8.2.141
+platform_core_frontend_version=8.2.142
###########################################################
# dependencies version
diff --git a/io.sc.engine.mv.frontend/package.json b/io.sc.engine.mv.frontend/package.json
index 81bb4016..bb070c4d 100644
--- a/io.sc.engine.mv.frontend/package.json
+++ b/io.sc.engine.mv.frontend/package.json
@@ -112,7 +112,7 @@
"node-sql-parser": "5.3.6",
"pinia": "2.3.0",
"pinia-undo": "0.2.4",
- "platform-core": "8.2.141",
+ "platform-core": "8.2.142",
"quasar": "2.17.6",
"sort-array": "5.0.0",
"svg-path-commander": "2.1.7",
diff --git a/io.sc.engine.rule.frontend/package.json b/io.sc.engine.rule.frontend/package.json
index 1853c53b..90fd9dee 100644
--- a/io.sc.engine.rule.frontend/package.json
+++ b/io.sc.engine.rule.frontend/package.json
@@ -112,7 +112,7 @@
"node-sql-parser": "5.3.6",
"pinia": "2.3.0",
"pinia-undo": "0.2.4",
- "platform-core": "8.2.141",
+ "platform-core": "8.2.142",
"quasar": "2.17.6",
"sort-array": "5.0.0",
"svg-path-commander": "2.1.7",
diff --git a/io.sc.engine.rule.frontend/src/views/resources/designer/DecisionTreeDialog.vue b/io.sc.engine.rule.frontend/src/views/resources/designer/DecisionTreeDialog.vue
index f3677385..43ba2a53 100644
--- a/io.sc.engine.rule.frontend/src/views/resources/designer/DecisionTreeDialog.vue
+++ b/io.sc.engine.rule.frontend/src/views/resources/designer/DecisionTreeDialog.vue
@@ -357,10 +357,8 @@ const vertexDefines = [
size: [120, 60],
},
getLabel: (value: any) => {
- console.log('getLabel', value);
if (value.resourceAbstractIds && value.resourceAbstractIds.length > 0) {
const resourceAbstracts = findResourceAbstractByIds(value.resourceAbstractIds);
- console.log(resourceAbstracts.length);
if (resourceAbstracts && resourceAbstracts.length > 0) {
const result = [];
for (const element of resourceAbstracts) {
@@ -372,7 +370,6 @@ const vertexDefines = [
return '';
},
getValue: (dom: any) => {
- console.log('getValue');
if (dom) {
const resourceAbstracts = Tools.json2Object(dom.getAttribute('resourceAbstracts'));
if (resourceAbstracts && resourceAbstracts.length > 0) {
@@ -391,7 +388,6 @@ const vertexDefines = [
};
},
setValue: (dom: any, value: any) => {
- console.log('setValue');
if (value.resourceAbstractIds && value.resourceAbstractIds.length > 0) {
const resourceAbstracts = findResourceAbstractByIds(value.resourceAbstractIds);
if (resourceAbstracts && resourceAbstracts.length > 0) {
@@ -407,6 +403,7 @@ const vertexDefines = [
},
getFormFields: () => {
return [
+ /*
{
name: 'resourceAbstractIds2',
label: $t('re.graph.vertex.resourceAbstracts.entity.resourceAbstractIds'),
@@ -451,6 +448,7 @@ const vertexDefines = [
editor: {},
onAfterEditorDataSubmit: (args: any) => {},
},
+ */
{
name: 'resourceAbstractIds',
label: $t('re.graph.vertex.resourceAbstracts.entity.resourceAbstractIds'),
diff --git a/io.sc.engine.rule.frontend/src/views/resources/designer/ExecutionFlowDialog.vue b/io.sc.engine.rule.frontend/src/views/resources/designer/ExecutionFlowDialog.vue
index f7d0a916..259d3dee 100644
--- a/io.sc.engine.rule.frontend/src/views/resources/designer/ExecutionFlowDialog.vue
+++ b/io.sc.engine.rule.frontend/src/views/resources/designer/ExecutionFlowDialog.vue
@@ -337,8 +337,7 @@ const vertexDefines = [
thumbnail: {
shape: 'doubleEllipse',
paths: [
- '',
- '',
+ '',
],
label: $t('re.graph.vertex.configurableResourceAbstract.label'),
title: $t('re.graph.vertex.configurableResourceAbstract.title'),
@@ -346,7 +345,7 @@ const vertexDefines = [
strokeWidth: 1,
},
cell: {
- shape: 'doubleEllipse',
+ shape: 'cloud',
size: [120, 60],
},
getLabel: (value: any) => {
diff --git a/io.sc.engine.st.frontend/package.json b/io.sc.engine.st.frontend/package.json
index 8db985a6..b6c59665 100644
--- a/io.sc.engine.st.frontend/package.json
+++ b/io.sc.engine.st.frontend/package.json
@@ -112,7 +112,7 @@
"node-sql-parser": "5.3.6",
"pinia": "2.3.0",
"pinia-undo": "0.2.4",
- "platform-core": "8.2.141",
+ "platform-core": "8.2.142",
"quasar": "2.17.6",
"sort-array": "5.0.0",
"svg-path-commander": "2.1.7",
diff --git a/io.sc.platform.ai.frontend/package.json b/io.sc.platform.ai.frontend/package.json
index 37af1355..3cf85893 100644
--- a/io.sc.platform.ai.frontend/package.json
+++ b/io.sc.platform.ai.frontend/package.json
@@ -112,7 +112,7 @@
"node-sql-parser": "5.3.6",
"pinia": "2.3.0",
"pinia-undo": "0.2.4",
- "platform-core": "8.2.141",
+ "platform-core": "8.2.142",
"quasar": "2.17.6",
"sort-array": "5.0.0",
"svg-path-commander": "2.1.7",
diff --git a/io.sc.platform.core.frontend/package.json b/io.sc.platform.core.frontend/package.json
index 2fec824a..9e779871 100644
--- a/io.sc.platform.core.frontend/package.json
+++ b/io.sc.platform.core.frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "platform-core",
- "version": "8.2.141",
+ "version": "8.2.142",
"description": "前端核心包,用于快速构建前端的脚手架",
"//main": "库的主文件",
"main": "dist/platform-core.js",
diff --git a/io.sc.platform.core.frontend/template-project/package.json b/io.sc.platform.core.frontend/template-project/package.json
index f90c250c..8a499cea 100644
--- a/io.sc.platform.core.frontend/template-project/package.json
+++ b/io.sc.platform.core.frontend/template-project/package.json
@@ -1,6 +1,6 @@
{
"name": "platform-core",
- "version": "8.2.141",
+ "version": "8.2.142",
"description": "前端核心包,用于快速构建前端的脚手架",
"private": false,
"keywords": [],
@@ -111,7 +111,7 @@
"mockjs": "1.1.0",
"node-sql-parser": "5.3.6",
"pinia": "2.3.0",
- "platform-core": "8.2.141",
+ "platform-core": "8.2.142",
"quasar": "2.17.6",
"sort-array": "5.0.0",
"svg-path-commander": "2.1.7",
diff --git a/io.sc.platform.developer.doc/package.json b/io.sc.platform.developer.doc/package.json
index e06de5ba..ecda454a 100644
--- a/io.sc.platform.developer.doc/package.json
+++ b/io.sc.platform.developer.doc/package.json
@@ -28,7 +28,7 @@
"vuepress": "2.0.0-rc.15"
},
"dependencies": {
- "platform-core": "8.2.141",
+ "platform-core": "8.2.142",
"quasar": "2.17.6",
"vue": "3.5.13",
"vue-i18n": "11.0.1"
diff --git a/io.sc.platform.developer.frontend/package.json b/io.sc.platform.developer.frontend/package.json
index c9b85c3d..c75ae2e9 100644
--- a/io.sc.platform.developer.frontend/package.json
+++ b/io.sc.platform.developer.frontend/package.json
@@ -112,7 +112,7 @@
"node-sql-parser": "5.3.6",
"pinia": "2.3.0",
"pinia-undo": "0.2.4",
- "platform-core": "8.2.141",
+ "platform-core": "8.2.142",
"quasar": "2.17.6",
"sort-array": "5.0.0",
"svg-path-commander": "2.1.7",
diff --git a/io.sc.platform.lcdp.frontend/package.json b/io.sc.platform.lcdp.frontend/package.json
index c217c4bd..886c2c26 100644
--- a/io.sc.platform.lcdp.frontend/package.json
+++ b/io.sc.platform.lcdp.frontend/package.json
@@ -112,7 +112,7 @@
"node-sql-parser": "5.3.6",
"pinia": "2.3.0",
"pinia-undo": "0.2.4",
- "platform-core": "8.2.141",
+ "platform-core": "8.2.142",
"quasar": "2.17.6",
"sort-array": "5.0.0",
"svg-path-commander": "2.1.7",
diff --git a/io.sc.platform.license.keygen.frontend/package.json b/io.sc.platform.license.keygen.frontend/package.json
index 25306824..19d52082 100644
--- a/io.sc.platform.license.keygen.frontend/package.json
+++ b/io.sc.platform.license.keygen.frontend/package.json
@@ -112,7 +112,7 @@
"node-sql-parser": "5.3.6",
"pinia": "2.3.0",
"pinia-undo": "0.2.4",
- "platform-core": "8.2.141",
+ "platform-core": "8.2.142",
"quasar": "2.17.6",
"sort-array": "5.0.0",
"svg-path-commander": "2.1.7",
diff --git a/io.sc.platform.mvc.frontend/package.json b/io.sc.platform.mvc.frontend/package.json
index c384d5dc..fa4b611b 100644
--- a/io.sc.platform.mvc.frontend/package.json
+++ b/io.sc.platform.mvc.frontend/package.json
@@ -112,7 +112,7 @@
"node-sql-parser": "5.3.6",
"pinia": "2.3.0",
"pinia-undo": "0.2.4",
- "platform-core": "8.2.141",
+ "platform-core": "8.2.142",
"quasar": "2.17.6",
"sort-array": "5.0.0",
"svg-path-commander": "2.1.7",
diff --git a/io.sc.platform.scheduler.manager.frontend/package.json b/io.sc.platform.scheduler.manager.frontend/package.json
index 73e5989c..ca2ced9e 100644
--- a/io.sc.platform.scheduler.manager.frontend/package.json
+++ b/io.sc.platform.scheduler.manager.frontend/package.json
@@ -112,7 +112,7 @@
"node-sql-parser": "5.3.6",
"pinia": "2.3.0",
"pinia-undo": "0.2.4",
- "platform-core": "8.2.141",
+ "platform-core": "8.2.142",
"quasar": "2.17.6",
"sort-array": "5.0.0",
"svg-path-commander": "2.1.7",
diff --git a/io.sc.platform.system.frontend/package.json b/io.sc.platform.system.frontend/package.json
index c31b39e3..56247144 100644
--- a/io.sc.platform.system.frontend/package.json
+++ b/io.sc.platform.system.frontend/package.json
@@ -111,7 +111,7 @@
"mockjs": "1.1.0",
"node-sql-parser": "5.3.6",
"pinia": "2.3.0",
- "platform-core": "8.2.141",
+ "platform-core": "8.2.142",
"quasar": "2.17.6",
"sort-array": "5.0.0",
"svg-path-commander": "2.1.7",
diff --git a/io.sc.standard.frontend/package.json b/io.sc.standard.frontend/package.json
index 2f728b10..4bc1f408 100644
--- a/io.sc.standard.frontend/package.json
+++ b/io.sc.standard.frontend/package.json
@@ -112,7 +112,7 @@
"node-sql-parser": "5.3.6",
"pinia": "2.3.0",
"pinia-undo": "0.2.4",
- "platform-core": "8.2.141",
+ "platform-core": "8.2.142",
"quasar": "2.17.6",
"sort-array": "5.0.0",
"svg-path-commander": "2.1.7",
diff --git a/io.sc.website/package.json b/io.sc.website/package.json
index 8f758c0b..cd4a4caf 100644
--- a/io.sc.website/package.json
+++ b/io.sc.website/package.json
@@ -28,6 +28,6 @@
},
"dependencies": {
"vue": "3.5.13",
- "platform-core": "8.2.141"
+ "platform-core": "8.2.142"
}
}
\ No newline at end of file
diff --git a/wra.report.frontend/package.json b/wra.report.frontend/package.json
index 360a2de3..492551f1 100644
--- a/wra.report.frontend/package.json
+++ b/wra.report.frontend/package.json
@@ -111,7 +111,7 @@
"mockjs": "1.1.0",
"node-sql-parser": "5.3.6",
"pinia": "2.3.0",
- "platform-core": "8.2.141",
+ "platform-core": "8.2.142",
"quasar": "2.17.6",
"sort-array": "5.0.0",
"svg-path-commander": "2.1.7",