wyh 1 år sedan
förälder
incheckning
c99da58bc7
1 ändrade filer med 9 tillägg och 0 borttagningar
  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 {