Browse Source

区域地点查询参数修改

seimin 7 months ago
parent
commit
f86a6d9bce
3 changed files with 6 additions and 6 deletions
  1. 2 2
      src/views/my.vue
  2. 2 2
      src/views/repair.vue
  3. 2 2
      src/views/supplementary.vue

+ 2 - 2
src/views/my.vue

@@ -201,7 +201,7 @@ export default {
201
       this.$http
201
       this.$http
202
         .post("service/user/data/fetchDataList/area", {
202
         .post("service/user/data/fetchDataList/area", {
203
           idx: 0,
203
           idx: 0,
204
-          sum: 1000,
204
+          sum: 9999,
205
           area: {
205
           area: {
206
             wechatArea: true
206
             wechatArea: true
207
           }
207
           }
@@ -221,7 +221,7 @@ export default {
221
       this.$http
221
       this.$http
222
         .post("service/user/data/fetchDataList/place", {
222
         .post("service/user/data/fetchDataList/place", {
223
           idx: 0,
223
           idx: 0,
224
-          sum: 1000,
224
+          sum: 9999,
225
           area: {
225
           area: {
226
             wechatAreaId: ""
226
             wechatAreaId: ""
227
           }
227
           }

+ 2 - 2
src/views/repair.vue

@@ -127,7 +127,7 @@ const PCA = {
127
       this.$http
127
       this.$http
128
         .post("service/user/data/fetchDataList/area", {
128
         .post("service/user/data/fetchDataList/area", {
129
           idx: 0,
129
           idx: 0,
130
-          sum: 1000,
130
+          sum: 9999,
131
           area: {
131
           area: {
132
             wechatArea: true
132
             wechatArea: true
133
           }
133
           }
@@ -148,7 +148,7 @@ const PCA = {
148
       this.$http
148
       this.$http
149
         .post("service/user/data/fetchDataList/place", {
149
         .post("service/user/data/fetchDataList/place", {
150
           idx: 0,
150
           idx: 0,
151
-          sum: 1000,
151
+          sum: 9999,
152
         })
152
         })
153
         .then(res => {
153
         .then(res => {
154
           let data = res.data.list;
154
           let data = res.data.list;

+ 2 - 2
src/views/supplementary.vue

@@ -155,7 +155,7 @@ export default {
155
       this.$http
155
       this.$http
156
         .post("service/user/data/fetchDataList/area", {
156
         .post("service/user/data/fetchDataList/area", {
157
           idx: 0,
157
           idx: 0,
158
-          sum: 1000,
158
+          sum: 9999,
159
           area: {
159
           area: {
160
             wechatArea: true
160
             wechatArea: true
161
           }
161
           }
@@ -175,7 +175,7 @@ export default {
175
       this.$http
175
       this.$http
176
         .post("service/user/data/fetchDataList/place", {
176
         .post("service/user/data/fetchDataList/place", {
177
           idx: 0,
177
           idx: 0,
178
-          sum: 1000,
178
+          sum: 9999,
179
         })
179
         })
180
         .then((res) => {
180
         .then((res) => {
181
           let data = res.data.list;
181
           let data = res.data.list;