|
@@ -96,7 +96,7 @@
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import moment from 'moment'
|
|
import moment from 'moment'
|
|
-import { productBrandQuery } from '@/api/productBrand'
|
|
|
|
|
|
+import { dealerProductBrandQuery } from '@/api/dealerProductBrand'
|
|
import { productTypeQuery } from '@/api/productType'
|
|
import { productTypeQuery } from '@/api/productType'
|
|
import { productList } from '@/api/product'
|
|
import { productList } from '@/api/product'
|
|
import { STable, VSelect } from '@/components'
|
|
import { STable, VSelect } from '@/components'
|
|
@@ -205,7 +205,7 @@ export default {
|
|
},
|
|
},
|
|
// 产品品牌 列表
|
|
// 产品品牌 列表
|
|
getProductBrand () {
|
|
getProductBrand () {
|
|
- productBrandQuery({}).then(res => {
|
|
|
|
|
|
+ dealerProductBrandQuery({ 'sysFlag': '1' }).then(res => {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
this.productBrandList = res.data
|
|
this.productBrandList = res.data
|
|
} else {
|
|
} else {
|