Skip to content

Commit

Permalink
bugfix: 代码同步引入问题修复 #137 #138 (#140)
Browse files Browse the repository at this point in the history
* bugfix: 代码同步引入问题修复 #137 #138
  • Loading branch information
luofann authored and pagezz-canway committed Apr 16, 2019
1 parent 1104b2d commit 0b66d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ export default {
onAtomSelect (id, data) {
this.isAtomChanged = true
let nodeName
tthis.clearHookedVaribles(this.getHookedInputVariables(), this.renderOutputData)
this.clearHookedVaribles(this.getHookedInputVariables(), this.renderOutputData)
this.currentAtom = id
if (this.isSingleAtom) {
nodeName = data.name.split('-').slice(1).join().replace(/\s/g, '')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ export default {
})
this.isTemplateDataChanged = false
if (this.type !== 'edit') {
this.template_id = data.template_id
this.allowLeave = true
this.$router.push({path: `/template/edit/${this.cc_id}/`, query: {'template_id': data.template_id, 'common': this.common}})
}
Expand Down

0 comments on commit 0b66d66

Please sign in to comment.