|
@@ -102,7 +102,7 @@ import { STable } from '@/components'
|
|
|
import { productBrandQuery } from '@/api/productBrand'
|
|
|
import { productTypeQuery } from '@/api/productType'
|
|
|
import { dealerScopeValidProduct } from '@/api/dealerScope'
|
|
|
-import { productList } from '@/api/product'
|
|
|
+import { productPricedList } from '@/api/product'
|
|
|
export default {
|
|
|
name: 'ChooseProductsModal',
|
|
|
components: { STable },
|
|
@@ -281,7 +281,7 @@ export default {
|
|
|
pageSize: this.pageSize
|
|
|
}
|
|
|
this.loading = true
|
|
|
- productList(Object.assign(params, this.queryParam)).then(res => {
|
|
|
+ productPricedList(Object.assign(params, this.queryParam)).then(res => {
|
|
|
this.loading = false
|
|
|
if (res.status == 200) {
|
|
|
const data = res.data
|