@@ -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"