Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/attributePool/index.vue
@@ -229,7 +229,8 @@
      width="65%"
      @close="addEscHandler"
    >
      <el-form ref="form" :model="form" :rules="rules" label-width="120px">
      <div style="height: 650px">
        <el-form ref="form" :model="form" :rules="rules" label-width="120px" size="small">
        <el-row>
          <div class="addDialog">
            <div>
@@ -353,7 +354,8 @@
                </span>
              </div>
              <!--  VTInteger VTLong   -->
              <div v-if="form.attributeDataType === 'VTInteger' || form.attributeDataType === 'VTLong' " class="right">
                <div v-if="form.attributeDataType === 'VTInteger' || form.attributeDataType === 'VTLong' "
                     class="right">
                <h3>值域</h3>
                <el-form-item label="使用枚举:" prop="enumSwitch">
@@ -467,6 +469,7 @@
         <el-button type="primary" @click="linkSaveHandler">确 定</el-button>
        </span>
      </el-dialog>
      </div>
      <span slot="footer" class="dialog-footer">
        <el-button @click="addEscHandler">取 消</el-button>
        <el-button type="primary" @click="addSaveHandler">确 定</el-button>
@@ -718,6 +721,7 @@
      });
    }
  },
  watch: {},
  methods: {
    //表格查询请求
    getTableList() {
@@ -907,8 +911,13 @@
        this.form.attributeSelectType = 'link'
        this.form.referValue = row.linkTypeName;
      }
      if (!row.btmTypeId && !row.linkTypeName) {
        this.form.attributeSelectType = 'business'
        this.form.referValue = row.btmTypeId;
      }
      // console.log(row);
      this.getEnumMapByTypeHandler(this.form.attributeDataType)
      this.getEnumMapByTypeHandler(this.form.attributeDataType);
      this.addVisible = true;
    },
@@ -1072,9 +1081,6 @@
    // 选择参照
    referFormFocusHandler() {
      this.form.enumSwitch = false;
      this.form.rangeValue = "";
      this.form.enumId = "";
      const handlers = {
        business: () => {
          this.businessVisible = true;
@@ -1169,6 +1175,7 @@
      this.form.referValue = this.businessRow.name;
      this.businessVisible = false;
    },
    // 业务类型清空