소스 검색

修复生成树表代码异常

RuoYi 4 년 전
부모
커밋
bd19892aff
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm

+ 1 - 0
ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm

@@ -253,6 +253,7 @@ import ImageUpload from '@/components/ImageUpload';
 #break
 #end
 #end
+#foreach($column in $columns)
 #if($column.insert && !$column.superColumn && !$column.pk && $column.htmlType == "fileUpload")
 import FileUpload from '@/components/FileUpload';
 #break