mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-02-27 01:00:34 +08:00
fix 修复 修复树模板父级编码变量错误
This commit is contained in:
@@ -427,7 +427,7 @@ const handleAdd = (row?: ${BusinessName}VO) => {
|
||||
reset();
|
||||
getTreeselect();
|
||||
if (row != null && row.${treeCode}) {
|
||||
form.value.${treeParentCode} = row.${treeCode};
|
||||
form.value.${treeParentCode} = row.${treeParentCode};
|
||||
} else {
|
||||
form.value.${treeParentCode} = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user