소스 검색

Merge remote-tracking branch 'refs/remotes/origin/1.2.4' into 1.2.2yang

yangfan 2 달 전
부모
커밋
8e5e6f8c83
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/components/Generator/components/RelationTable/index.vue

+ 2 - 0
src/components/Generator/components/RelationTable/index.vue

@@ -152,6 +152,7 @@ export default {
   components: { AmisSdk, Search },
   data() {
     return {
+      modelId:'',
       title: '请选择',
       visible: false,
       relationWidth: '60%',
@@ -203,6 +204,7 @@ export default {
   created() {},
   methods: {
     async init(v,filterColumnList) {
+      this.modelId = this.$route.query.id
       await getConfigData(v).then((res) => {
         this.config = res.data.data
         this.idKey = this.config.idKey