Prechádzať zdrojové kódy

优化准出、提测报告关联任务

qinzhipeng_v@didiglobal.com 4 rokov pred
rodič
commit
af03bda117

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