Browse Source

bug 修复

lilei 4 years ago
parent
commit
8c82639df7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/productManagement/productInfoJg/list.vue

+ 2 - 2
src/views/productManagement/productInfoJg/list.vue

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