修复生成树表代码异常

This commit is contained in:
RuoYi 2021-01-13 16:19:23 +08:00
parent 14a859899c
commit bd19892aff
1 changed files with 1 additions and 0 deletions

View File

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