田源
2024-08-15 bc90fb7e0c6c8313e7d5fcf3aba57e3a1f975c93
Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/linkType/index.vue
@@ -912,8 +912,6 @@
      this.bizFormData = [];
      this.bizToData = [];
      this.dialogBottomData = [];
      console.log(this.form);
      console.log('--', this.nodeRow)
    },
    // 添加属性池 保存
@@ -1103,6 +1101,8 @@
        this.$message.error('form端业务类型和to端类型均不能为空!')
        return;
      }
      this.$refs.form.validate((valid) => {
        if (valid) {
      this.form.btmItemsFrom = this.bizFormData.map(item => item.name);
      this.form.btmItemsTo = this.bizToData.map(item => item.name);
      this.form.attributes = this.dialogBottomData.map(item => item.id);
@@ -1115,6 +1115,10 @@
          this.getTreeList();
        }
      });
        } else {
          return false;
        }
      });
    },
    // 导出