mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
代码生成器,树列表新增,会默认加上上次选的父节点问题
This commit is contained in:
@ -155,6 +155,7 @@
|
||||
},
|
||||
methods: {
|
||||
add (obj) {
|
||||
this.modelDefault.${pidFieldName}=''
|
||||
this.edit(Object.assign(this.modelDefault , obj));
|
||||
},
|
||||
edit (record) {
|
||||
|
||||
Reference in New Issue
Block a user