Hwt před 2 roky
rodič
revize
837f249a15

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