Rename init macro method name
This commit is contained in:
parent
76a878c0ef
commit
ad554a2341
1 changed files with 2 additions and 2 deletions
|
@ -248,7 +248,7 @@ export default {
|
|||
if (this.$route.params.macroId) {
|
||||
this.fetchMacro();
|
||||
} else {
|
||||
this.initializeMacro();
|
||||
this.initializeNewMacro();
|
||||
}
|
||||
},
|
||||
immediate: true,
|
||||
|
@ -370,7 +370,7 @@ export default {
|
|||
this.manifestMacro();
|
||||
}
|
||||
},
|
||||
initializeMacro() {
|
||||
initializeNewMacro() {
|
||||
this.mode = 'CREATE';
|
||||
this.macro = {
|
||||
name: '',
|
||||
|
|
Loading…
Reference in a new issue