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) {