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