浏览代码

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 {