parent
099f9abdd3
commit
70ae031a38
|
|
@ -459,7 +459,7 @@ const handleUpdate = (row: ${BusinessName}VO) => {
|
||||||
if (row != null) {
|
if (row != null) {
|
||||||
form.value.${treeParentCode} = row.${treeCode};
|
form.value.${treeParentCode} = row.${treeCode};
|
||||||
}
|
}
|
||||||
const res = await get${BusinessName}(row.${treeCode});
|
const res = await get${BusinessName}(row.${pkColumn.javaField});
|
||||||
loading.value = false;
|
loading.value = false;
|
||||||
Object.assign(form.value, res.data);
|
Object.assign(form.value, res.data);
|
||||||
#foreach ($column in $columns)
|
#foreach ($column in $columns)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue