|
@@ -120,7 +120,7 @@
|
|
|
|
|
|
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) {
|