Hwt 2 年之前
父节点
当前提交
837f249a15
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      operationSupport/src/views/assetManagement/shopManagement/index.vue

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

@@ -53,7 +53,7 @@
                     <xk-upload
                       class="upload_class"
                       @callback="mixins_search"
-                      :params="{ importType: 'HOUSE' }"
+                      :params="{ importType: 'SHOPS' }"
                     >
                       <span
                         class="upload_text"
@@ -292,7 +292,7 @@ export default {
         this.addOrEdit('add');
       }
       if (command === 'template') {
-        this.__exportExcel('/czc-community/excel/download/template', { importType: 'HOUSE' });
+        this.__exportExcel('/czc-community/excel/download/template', { importType: 'SHOPS' });
         return;
       }
     },