瀏覽代碼

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

wu 3 月之前
父節點
當前提交
6a712bc982
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"