ソースを参照

商铺下载模板

Shannon_mu 2 年 前
コミット
cba7b8589f

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