Merge branch 'feature/shop-order' into develop
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -55,6 +55,7 @@ export default { | @@ -55,6 +55,7 @@ export default { | ||
55 | this.templateName = ''; | 55 | this.templateName = ''; |
56 | this.defaultFee = ''; | 56 | this.defaultFee = ''; |
57 | this.freeMount = ''; | 57 | this.freeMount = ''; |
58 | + this.templateId = 0; | ||
58 | this.showModal = true; | 59 | this.showModal = true; |
59 | }, | 60 | }, |
60 | hide() { | 61 | hide() { |
-
Please register or login to post a comment