|
|
@@ -99,6 +99,7 @@ export default {
|
|
|
changePage: function (page) {
|
|
|
this.currentPage = page;
|
|
|
let req = {
|
|
|
+ queryParams: this.inputValue,
|
|
|
localArea: this.areaValue,
|
|
|
platformId: this.platformId,
|
|
|
page: this.currentPage,
|
|
|
@@ -123,6 +124,7 @@ export default {
|
|
|
break;
|
|
|
}
|
|
|
let req = {
|
|
|
+ queryParams: this.inputValue,
|
|
|
localArea: this.areaValue,
|
|
|
platformId: this.platformId,
|
|
|
page: this.currentPage,
|
|
|
@@ -136,6 +138,8 @@ export default {
|
|
|
this.currentPage = 1;
|
|
|
let req = {
|
|
|
queryParams: this.inputValue,
|
|
|
+ localArea: this.areaValue,
|
|
|
+ platformId: this.platformId,
|
|
|
page: this.currentPage,
|
|
|
rows: this.pageSize,
|
|
|
};
|
|
|
@@ -153,6 +157,7 @@ export default {
|
|
|
},
|
|
|
submit: function () {
|
|
|
let req = {
|
|
|
+ queryParams: this.inputValue,
|
|
|
localArea: this.areaValue,
|
|
|
platformId: this.platformId,
|
|
|
page: this.currentPage,
|
|
|
@@ -170,6 +175,7 @@ export default {
|
|
|
};
|
|
|
this.updateMediaAccountInfo(req).then(() => {
|
|
|
let dataObj = {
|
|
|
+ queryParams: this.inputValue,
|
|
|
localArea: this.areaValue,
|
|
|
platformId: this.platformId,
|
|
|
page: this.currentPage,
|