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