【fix】bug拆分左侧:目录结构不能编辑bug的修改

This commit is contained in:
fengchenchen
2024-03-25 17:58:55 +08:00
parent 62843705b6
commit 732d5b9a8f
@@ -80,11 +80,7 @@ export default {
edit (nodeItem, infoId) {
this.title = this.$t('edit')
this.nodeItem = nodeItem
this.form.id = nodeItem.id
this.form.pid = nodeItem.pid
this.form.name = nodeItem.name
this.form.itemName = nodeItem.itemName
this.form.displaySeq = nodeItem.displaySeq
this.form = Object.assign({}, nodeItem)
this.infoId = infoId
this.visible = true
},