fix 修复 树表生成查询变量使用错误
Signed-off-by: 疯狂的狮子Li <15040126243@163.com>
This commit is contained in:
parent
2c64c66ed1
commit
b24e6348c3
@ -453,7 +453,7 @@ const handleUpdate = async (row: ${BusinessName}VO) => {
|
||||
if (row != null) {
|
||||
form.value.${treeParentCode} = row.${treeParentCode};
|
||||
}
|
||||
const res = await get${BusinessName}(row.${treeCode});
|
||||
const res = await get${BusinessName}(row.${pkColumn.javaField});
|
||||
Object.assign(form.value, res.data);
|
||||
#foreach ($column in $columns)
|
||||
#if($column.htmlType == "checkbox")
|
||||
|
Loading…
x
Reference in New Issue
Block a user