mirror of
https://gitee.com/jeecg/JeecgBoot.git
synced 2026-05-16 20:27:49 +00: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