forked from aixan/RuoYi-Vue
		
	修复树模板父级编码变量错误(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
	 RuoYi
					RuoYi