ludc
2025-01-15 c659560c7ee8d8f8278b938421de13bf65d1e1b1
Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/attributePool/index.vue
@@ -516,8 +516,8 @@
        </el-form>
      </div>
      <span slot="footer" class="dialog-footer">
        <el-button type="primary" @click="addSaveHandler">确 定</el-button>
        <el-button @click="addEscHandler">取 消</el-button>
        <el-button size="small" type="primary" @click="addSaveHandler">确 定</el-button>
        <el-button size="small" @click="addEscHandler">取 消</el-button>
      </span>
    </el-dialog>
    <!--导入    -->
@@ -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 = "";