mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-04 03:26:31 +00:00
@@ -459,7 +459,7 @@ const handleUpdate = (row: ${BusinessName}VO) => {
|
||||
if (row != null) {
|
||||
form.value.${treeParentCode} = row.${treeCode};
|
||||
}
|
||||
const res = await get${BusinessName}(row.${treeCode});
|
||||
const res = await get${BusinessName}(row.${pkColumn.javaField});
|
||||
loading.value = false;
|
||||
Object.assign(form.value, res.data);
|
||||
#foreach ($column in $columns)
|
||||
|
Reference in New Issue
Block a user