浏览代码

区域地点查询参数修改

seimin 6 月之前
父节点
当前提交
efc9ef6edb
共有 2 个文件被更改,包括 4 次插入4 次删除
  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 1751
     //   this.$http
1752 1752
     //     .post("service/user/data/fetchDataList/area", {
1753 1753
     //       idx: 0,
1754
-    //       sum: 1000,
1754
+    //       sum: 9999,
1755 1755
     //       area: {
1756 1756
     //         wechatArea: true
1757 1757
     //       }
@@ -1777,7 +1777,7 @@ export default {
1777 1777
       this.$http
1778 1778
         .post("service/user/data/fetchDataList/place", {
1779 1779
           idx: 0,
1780
-          sum: 1000,
1780
+          sum: 9999,
1781 1781
           area: {
1782 1782
             wechatAreaId: ""
1783 1783
           }

+ 2 - 2
src/views/processing.vue

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