Pārlūkot izejas kodu

疑点审计确认接口参数调整

Bella 2 gadi atpakaļ
vecāks
revīzija
59a4a0b5f5

+ 2 - 3
src/components/map/MapHolder.vue

@@ -188,7 +188,6 @@ export default {
       };
 
       if (currentInnerHtml) {
-        debugger;
         let div = document.createElement("div");
         div.id = str + "_id";
         div.className = "case-audit";
@@ -391,8 +390,8 @@ export default {
       };
       let modifyParams = new FormData();
       modifyParams = {
-        columnId: 47,
-        modelId: 49,
+        columnId: 510,
+        modelId: 118,
         content: JSON.stringify(obj),
       };
       this.$Post(this.urlsCollection.updateContent, modifyParams).then(

+ 1 - 2
src/views/ComprehensiveAnalysis.vue

@@ -204,7 +204,7 @@
                   @click.stop="listItemClick('default', v)"
                 >
                   <!-- {{ v.column_name + "_" + (i + 1) }} -->
-                  {{ v.title + "_" + (i + 1) }}
+                  {{ v.title + "_" + ((paginationData.currentPage-1)*paginationData.pageSize+(i + 1) )}}
                 </div>
                 <div class="panel-footer" @mouseenter="mouseenter(key)">
                   <Pagination :paginationData="paginationData" />
@@ -893,7 +893,6 @@ export default {
       mainType,
       sourceType
     ) {
-      debugger
       let uniqueId = id;
       if (map2DViewer.analysisGroups[uniqueId]) {
         this.paginationData.currentPage = val;