Commit 588b5ae7 authored by 黄奎's avatar 黄奎

11

parent 5b3318e6
......@@ -563,7 +563,7 @@ export default {
this.changeState1 = false;
},
getBrandClassList() {
this.apipost("/api/Trade/GetBrandClassList", {}, (res) => {
this.apipost("/api/Trade/GetBrandClassList", { BrandCategory:3}, (res) => {
if (res.data.resultCode == 1) {
this.BrandClassList = res.data.data;
} else {
......
......@@ -414,7 +414,9 @@
});
},
getBrandClassList() {
this.apipost("/api/Trade/GetBrandClassList", {}, (res) => {
this.apipost("/api/Trade/GetBrandClassList", {
BrandCategory:3
}, (res) => {
if (res.data.resultCode == 1) {
this.BrandClassList = res.data.data;
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment