소스 검색

bug 修复

lilei 4 년 전
부모
커밋
8c82639df7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/productManagement/productInfoJg/list.vue

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

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