luohairen
2024-12-05 a0cc8e02560f7e72e2efb3d4540ddcd5f82aca6e
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,