@@ -560,7 +560,7 @@ export default {
},
addCommand (command) {
if (command === 'template') {
- this.__exportExcel('/sc-community/excel/download/template', { importType: 'BILL' });
+ this.__exportExcel('/czc-community/excel/download/template', { importType: 'BILL' });
return;
}