Commit 4a9e0530 by 独孤求胜 Committed by Gitee

修改模板错误

parent cd440901
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
if (data && data.code === 0) { if (data && data.code === 0) {
#foreach($column in $columns) #foreach($column in $columns)
#if($column.columnName != $pk.columnName) #if($column.columnName != $pk.columnName)
this.dataForm.${column.attrname} = data.${pathName}.${column.attrname} this.dataForm.${column.attrname} = data.${classname}.${column.attrname}
#end #end
#end #end
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment