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