Ver código fonte

对比优化

wyh 1 ano atrás
pai
commit
c99da58bc7

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