Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

编辑时没保存图标, 另外建议图标添加一个选择框 #11

Open
aoi-umi opened this issue Jul 2, 2020 · 1 comment
Open

Comments

@aoi-umi
Copy link

aoi-umi commented Jul 2, 2020

node_form.vue

              save() {
                this.data.nodeList.filter((node) => {
                    if (node.id === this.node.id) {
                        node.name = this.node.name
                        node.left = this.node.left
                        node.top = this.node.top
                        node.ico = this.node.ico//没有这个
                        this.$emit('repaintEverything')
                    }
                })
            }
@lettersporter
Copy link
Owner

lettersporter commented Jul 2, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants