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