lettersporter / easy-flow

基于VUE+JsPlumb的流程设计器
Apache License 2.0
816 stars 207 forks source link

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

Open aoi-umi opened 4 years ago

aoi-umi commented 4 years ago

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 commented 4 years ago

好的,其实这个只是案例,具体场景很多,图标并不能满足业务使用------------------ 原始邮件 ------------------ 发件人: "aoi-umi"<notifications@github.com> 发送时间: 2020年7月2日(星期四) 下午2:44 收件人: "BiaoChengLiu/easy-flow"<easy-flow@noreply.github.com>; 抄送: "Subscribed"<subscribed@noreply.github.com>; 主题: [BiaoChengLiu/easy-flow] 编辑时没保存图标, 另外建议图标添加一个选择框 (#11)