@@ -251,7 +251,7 @@ export default {
this.addOrEdit('add');
}
if (command === 'template') {
- this.__exportExcel('/sc-community/excel/download/template', { importType: 'HOUSE' });
+ this.__exportExcel('/sc-community/excel/download/template', { importType: 'SHOPS' });
return;
},