|
@@ -701,7 +701,7 @@ export default {
|
|
// 产品品牌 列表
|
|
// 产品品牌 列表
|
|
getProductBrand () {
|
|
getProductBrand () {
|
|
// sysFlag传0,表示只查自建产品
|
|
// sysFlag传0,表示只查自建产品
|
|
- dealerProductBrandQuery({ 'sysFlag': '0' }).then(res => {
|
|
|
|
|
|
+ dealerProductBrandQuery({}).then(res => {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
this.productBrandList = res.data
|
|
this.productBrandList = res.data
|
|
} else {
|
|
} else {
|
|
@@ -711,7 +711,7 @@ export default {
|
|
},
|
|
},
|
|
// 产品分类 列表
|
|
// 产品分类 列表
|
|
getProductType () {
|
|
getProductType () {
|
|
- dealerProductTypeList({ 'sysFlag': '0' }).then(res => {
|
|
|
|
|
|
+ dealerProductTypeList({}).then(res => {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
this.productTypeList = res.data
|
|
this.productTypeList = res.data
|
|
} else {
|
|
} else {
|