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

11

parent 5b3318e6
...@@ -563,7 +563,7 @@ export default { ...@@ -563,7 +563,7 @@ export default {
this.changeState1 = false; this.changeState1 = false;
}, },
getBrandClassList() { getBrandClassList() {
this.apipost("/api/Trade/GetBrandClassList", {}, (res) => { this.apipost("/api/Trade/GetBrandClassList", { BrandCategory:3}, (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.BrandClassList = res.data.data; this.BrandClassList = res.data.data;
} else { } else {
......
...@@ -414,7 +414,9 @@ ...@@ -414,7 +414,9 @@
}); });
}, },
getBrandClassList() { getBrandClassList() {
this.apipost("/api/Trade/GetBrandClassList", {}, (res) => { this.apipost("/api/Trade/GetBrandClassList", {
BrandCategory:3
}, (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.BrandClassList = res.data.data; this.BrandClassList = res.data.data;
} else { } 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