Przeglądaj źródła

Merge remote-tracking branch 'origin/http_mock' into http_mock

洪海涛 4 lat temu
rodzic
commit
f29fc7fd8a

+ 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
       }