Hwt vor 2 Jahren
Ursprung
Commit
35dfac5493
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      operationSupport/src/views/payService/propertyFee/index.vue

+ 1 - 1
operationSupport/src/views/payService/propertyFee/index.vue

@@ -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;
       }
     },