소스 검색

对比优化

wyh 1 년 전
부모
커밋
c99da58bc7
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      src/views/module_kzks/projectCostList/ProjectCostList.vue

+ 9 - 0
src/views/module_kzks/projectCostList/ProjectCostList.vue

@@ -801,6 +801,15 @@
             console.log(res)
             this.duibiList = res
             this.duibiclList = []
+          })
+          var selectTasknos = this.selectionRows.map( res => {
+            return res.taskno
+          })
+          var tasknos = selectTasknos.toString()
+          console.log(tasknos)
+          getDbClList({tasknos: tasknos}).then((res) => {
+            console.log(res)
+            this.duibiclList = res
             this.duiBi = true
           })
         } else {