78220 政策法规资料--新增时清空数据
This commit is contained in:
@@ -243,7 +243,7 @@ export default {
|
||||
this.form[field] = val.join(',')
|
||||
},
|
||||
add (treeNodeId) {
|
||||
this.form = this.initForm
|
||||
this.form = { ...this.initForm }
|
||||
this.form.treeNodeId = treeNodeId
|
||||
this.title = '新增'
|
||||
this.showDrawer = true
|
||||
|
||||
Reference in New Issue
Block a user