소스 검색

商铺下载模板

Shannon_mu 2 년 전
부모
커밋
cba7b8589f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      operationSupport/src/views/assetManagement/shopManagement/index.vue

+ 1 - 1
operationSupport/src/views/assetManagement/shopManagement/index.vue

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