修复生成树表代码异常

master
RuoYi 2021-01-13 17:53:28 +08:00
parent 1dec234174
commit be12108139
1 changed files with 1 additions and 0 deletions

View File

@ -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