Parcourir la source

子表配置关联录入表单过滤优化

wu il y a 3 mois
Parent
commit
6a712bc982
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/Generator/index/RightComponents/Table.vue

+ 1 - 1
src/components/Generator/index/RightComponents/Table.vue

@@ -55,7 +55,7 @@
       </template>
       <el-select v-model="activeData.relationConf.itemRelationTable" filterable placeholder="请选择" clearable @change="onRelationTableChange($event)">
         <el-option
-          v-for="(item, index) in allTabelList.filter((o) => o.associationType && o.associationType == 1 && o.visualdevTableType && o.visualdevTableType == 1)"
+          v-for="(item, index) in allTabelList.filter((o) => o.associationType && o.associationType == 1)"
           :label="item.fullName"
           :value="item.id"
           :key="item.id"