zhanghua
2024-12-09 b26793c90bb9aa7b51380c7b371886a383fa0853
src/components/Process/panel/PropertiesPanel.vue
@@ -107,7 +107,7 @@
    },
    saveAttribute() {
      const { name, value } = this.propertyForm;
      console.log(this.bpmnElementPropertyList);
      console.log(this.bpmnElementPropertyList, "属性列表");
      if (this.editingPropertyIndex !== -1) {
        this.modelerStore.modeling.updateModdleProperties(this.bpmnElement, this.bpmnElementPropertyList[this.editingPropertyIndex], {
          name,