田源
2025-01-08 de61b0dd529ea1e74fc9d9b3c0fe859562c807f4
属性定义保存报错
已修改1个文件
2 ■■■ 文件已修改
Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/attributePool/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/attributePool/index.vue
@@ -1135,7 +1135,7 @@
            }
          }
          this.form.range = this.form.rangeValue ? this.form.rangeValue.replace(/\n/g, ';') : '';
          this.form.range = this.form.rangeValue.length>0 ? this.form.rangeValue.replace(/\n/g, ';') : '';
          if (this.form.attributeSelectType === 'business') {
            this.form.btmTypeId = this.form.referValue;
            this.form.linkTypeName = "";