mirror of
https://github.com/yangzongzhuan/RuoYi-Vue.git
synced 2025-10-21 09:57:41 +00:00
修复树模板父级编码变量错误(I7JZ0L)
This commit is contained in:
@@ -453,7 +453,7 @@ export default {
|
||||
this.reset();
|
||||
this.getTreeselect();
|
||||
if (row != null) {
|
||||
this.form.${treeParentCode} = row.${treeCode};
|
||||
this.form.${treeParentCode} = row.${treeParentCode};
|
||||
}
|
||||
get${BusinessName}(row.${pkColumn.javaField}).then(response => {
|
||||
this.form = response.data;
|
||||
|
Reference in New Issue
Block a user