瀏覽代碼

Merge branch 'dev' of http://git.echepei.com/tubao/Smart_platform_ui into dev

Qukatie 2 月之前
父節點
當前提交
e1fdefa97e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/api/tirePartsMall/basicData/shareListing/index.js

+ 2 - 2
src/api/tirePartsMall/basicData/shareListing/index.js

@@ -50,7 +50,7 @@ export const brandfigureListAll = (params) => {
 }
 export const listAllP = (params) => {
     return request({
-        url: '/api/blade-sales-part/brandDesc/listAll?type=PP&enableOrNot=1',
+        url: '/api/blade-sales-part/brandDesc/listAll?type=PP&enableOrNot=1&whetherIntegral=0',
         method: 'get',
         params: params
     })
@@ -138,4 +138,4 @@ export const batchSharingRevoke = (params) => {
         method: 'get',
         params: params
     })
-}
+}