|
@@ -94,7 +94,7 @@ import rangeDate from '@/views/common/rangeDate.vue'
|
|
|
import ProductType from '../../common/productType.js'
|
|
|
import ProductBrand from '../../common/productBrand.js'
|
|
|
import { downloadExcel } from '@/libs/JGPrint.js'
|
|
|
-import { productList, productExport } from '@/api/product'
|
|
|
+import { productLogList, productExport } from '@/api/product'
|
|
|
export default {
|
|
|
name: 'ProductJgOnlineList',
|
|
|
components: { STable, VSelect, rangeDate, ProductType, ProductBrand },
|
|
@@ -136,7 +136,7 @@ export default {
|
|
|
loadData: parameter => {
|
|
|
this.disabled = true
|
|
|
this.spinning = true
|
|
|
- return productList(Object.assign(parameter, this.queryParam)).then(res => {
|
|
|
+ return productLogList(Object.assign(parameter, this.queryParam)).then(res => {
|
|
|
let data
|
|
|
if (res.status == 200) {
|
|
|
data = res.data
|