Kirin 2 роки тому
батько
коміт
be94a0c7ca
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app/admin/view/company/goods/index.php

+ 1 - 1
app/admin/view/company/goods/index.php

@@ -120,7 +120,7 @@
     //excel下载
     layList.search('export', function (where) {
         where.excel = 1;
-        location.href = layList.U({c: 'store.store_product', a: 'product_ist', q: where});
+        location.href = layList.U({c: 'company.goods', a: 'product_ist', q: where});
     })
     //点击弹窗增加库存
     layList.search('addKc', function (where) {