Browse Source

区域地点查询参数修改

seimin 6 months ago
parent
commit
efc9ef6edb
2 changed files with 4 additions and 4 deletions
  1. 2 2
      src/views/newIncident.vue
  2. 2 2
      src/views/processing.vue

+ 2 - 2
src/views/newIncident.vue

@@ -1751,7 +1751,7 @@ export default {
1751
     //   this.$http
1751
     //   this.$http
1752
     //     .post("service/user/data/fetchDataList/area", {
1752
     //     .post("service/user/data/fetchDataList/area", {
1753
     //       idx: 0,
1753
     //       idx: 0,
1754
-    //       sum: 1000,
1754
+    //       sum: 9999,
1755
     //       area: {
1755
     //       area: {
1756
     //         wechatArea: true
1756
     //         wechatArea: true
1757
     //       }
1757
     //       }
@@ -1777,7 +1777,7 @@ export default {
1777
       this.$http
1777
       this.$http
1778
         .post("service/user/data/fetchDataList/place", {
1778
         .post("service/user/data/fetchDataList/place", {
1779
           idx: 0,
1779
           idx: 0,
1780
-          sum: 1000,
1780
+          sum: 9999,
1781
           area: {
1781
           area: {
1782
             wechatAreaId: ""
1782
             wechatAreaId: ""
1783
           }
1783
           }

+ 2 - 2
src/views/processing.vue

@@ -820,7 +820,7 @@ export default {
820
     getAreaList() {
820
     getAreaList() {
821
       return new Promise((resolve, reject) => {
821
       return new Promise((resolve, reject) => {
822
         this.$http
822
         this.$http
823
-          .post("service/user/data/fetchDataList/area", { idx: 0, sum: 1000 })
823
+          .post("service/user/data/fetchDataList/area", { idx: 0, sum: 9999 })
824
           .then(res => {
824
           .then(res => {
825
             if (res.data.status == 200) {
825
             if (res.data.status == 200) {
826
               let arr = res.data.list.map(item => {
826
               let arr = res.data.list.map(item => {
@@ -844,7 +844,7 @@ export default {
844
         this.$http
844
         this.$http
845
           .post("service/user/data/fetchDataList/place", {
845
           .post("service/user/data/fetchDataList/place", {
846
             idx: 0,
846
             idx: 0,
847
-            sum: 1000,
847
+            sum: 9999,
848
             place: { area: { id } }
848
             place: { area: { id } }
849
           })
849
           })
850
           .then(res => {
850
           .then(res => {