Authored by lzhy

Merge branch 'feature/shop-order' into develop

@@ -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() {