소스 검색

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

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"