Эх сурвалжийг харах

Merge branch 'http_mock' into http_test

qinzhipeng_v@didiglobal.com 4 жил өмнө
parent
commit
bcaf661827

+ 1 - 1
src/views/reportManagement/ReleaseReport/newReleaeTemplate.vue

@@ -265,7 +265,7 @@ export default {
     },
 
     async remoteMethod(query) { // 远程搜索任务
-      const res = await taskList({ id: query })
+      const res = await taskList({ name: query })
       if (res.code === 200) {
         this.tasksOptions = res.data
       }

+ 1 - 1
src/views/reportManagement/Testing/newTestingTemplate.vue

@@ -298,7 +298,7 @@ export default {
     },
 
     async remoteMethod(query) { // 远程搜索任务
-      const res = await taskList({ id: query })
+      const res = await taskList({ name: query })
       if (res.code === 200) {
         this.tasksOptions = res.data
       }