mirror of https://github.com/jeecgboot/jeecg-boot
代码生成器,树列表新增,会默认加上上次选的父节点问题
parent
b25fb55d10
commit
cbd8890cb3
|
@ -155,6 +155,7 @@
|
|||
},
|
||||
methods: {
|
||||
add (obj) {
|
||||
this.modelDefault.${pidFieldName}=''
|
||||
this.edit(Object.assign(this.modelDefault , obj));
|
||||
},
|
||||
edit (record) {
|
||||
|
|
Loading…
Reference in New Issue