Browse Source

Merge branch 'master' of http://121.40.40.223:3000/zizhong.wang/Lexus-media

wzz 4 years ago
parent
commit
ec1468f303
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/account/AccountIndex.vue

+ 6 - 0
src/views/account/AccountIndex.vue

@@ -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,