소스 검색

Merge branch '1.2.2' of http://git.platomix.net/yangfan/workflow into 1.2.2

hml 5 달 전
부모
커밋
1b39bef723
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/components/Generator/components/InputTable/index.vue
  2. 2 2
      src/utils/request.js

+ 1 - 1
src/components/Generator/components/InputTable/index.vue

@@ -565,7 +565,7 @@ export default {
           isText: t.isText || false,
           ...additionalType
         }
-        if (this.config.relationColumnList && this.config.relationColumnList.length){
+        if (relationFlag && this.config.relationColumnList && this.config.relationColumnList.length){
           let relationColumn = this.config.relationColumnList.find(item => item.foreignId == res.__vModel__)
           if (relationColumn) {
             res.value = val ? val[relationColumn.primaryId] : null

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 2
src/utils/request.js