From 2c6073b49f0da22eaed131758afbf8408edd101e Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期六, 30 十一月 2024 01:26:00 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/components/Process/designer.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/components/Process/designer.vue b/src/components/Process/designer.vue
index 17d4d94..e3fd0a7 100644
--- a/src/components/Process/designer.vue
+++ b/src/components/Process/designer.vue
@@ -138,7 +138,7 @@
});
// 鐩戝惉閫夋嫨浜嬩欢锛屼慨鏀瑰綋鍓嶆縺娲荤殑鍏冪礌浠ュ強琛ㄥ崟
this.modelerStore.modeler.on("selection.changed", ({newSelection}) => {
- console.log("鏁版嵁鏀瑰彉1")
+ console.log("鏁版嵁鏀瑰彉1", newSelection)
this.initFormOnChanged(newSelection[0] || null);
});
this.modelerStore.modeler.on("element.changed", ({element}) => {
@@ -164,6 +164,7 @@
console.log(2, activatedElement)
this.modelerStore.element = activatedElement;
this.elementId = activatedElement.id;
+ // 纭繚elementId鍊兼病鍙樹篃瑕佹洿鏂癴orm缁勪欢閫変腑鐨勫��
if (this.formVisible) {
console.log(this.modelerStore.element.businessObject.formKey, "鏂扮殑鍊�")
this.$refs.formSelect.init()
--
Gitblit v1.8.0