Hwt 2 년 전
부모
커밋
35dfac5493
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
       }
     },