ximinghao 3 долоо хоног өмнө
parent
commit
9d699ba562

+ 1 - 1
src/api/rwgl.js

@@ -31,7 +31,7 @@ export function getTasks(page, pageSize, name, status,type) {
         ]),
         ]),
     }
     }
 
 
-    return resolveDmsMultiTableResult(postform(multiSearch, data));
+    return resolveDmsMultiTableResult(postform("oneMap/task/getTask", data));
 }
 }
 
 
 function getEqualChecker(value,param) {
 function getEqualChecker(value,param) {

+ 0 - 2
src/views/rwgl/Index.vue

@@ -261,8 +261,6 @@ export default {
             }
             }
         },
         },
         getType(index) {
         getType(index) {
-            console.log(index);
-            
             for (let i = 0; i < this.taskType.length; i++) {
             for (let i = 0; i < this.taskType.length; i++) {
                 const e = this.taskType[i];
                 const e = this.taskType[i];
                 if (e.index == index) {
                 if (e.index == index) {