@@ -403,7 +403,7 @@ export default {
},
// 产品品牌 列表
getProductBrand () {
- dealerProductBrandQuery({ sysFlag: 0 }).then(res => {
+ dealerProductBrandQuery({}).then(res => {
if (res.status == 200) {
this.productBrandList = res.data
} else {