|
@@ -570,14 +570,12 @@ export default {
|
|
|
this.requireList = value
|
|
|
},
|
|
|
clickCountStr(value) { // 需求bug 浮层数据
|
|
|
- console.log(value)
|
|
|
value.title = '缺陷统计数据'
|
|
|
value.xaxis = ['全部', 'P0', 'P1', 'P2', 'P3']
|
|
|
this.requireList = value
|
|
|
this.openDrawer = true
|
|
|
},
|
|
|
clickCount(value, data) {
|
|
|
- console.log(value, data, 'cdscsdcds')
|
|
|
value.title = '报告统计数据'
|
|
|
value.xaxis = ['全部', '提测报告', '测试日报', '准出报告']
|
|
|
this.requireList = { ...value, reportData: data }
|
|
@@ -588,7 +586,6 @@ export default {
|
|
|
value.toType = '任务'
|
|
|
this.requireList = { ...value, ...this.distributeData }
|
|
|
this.openDrawer = true
|
|
|
- console.log(this.requireList, 'cdscdmckcdscsldmcl')
|
|
|
},
|
|
|
statusStayChart(value, list, data) {
|
|
|
value.title = '状态停留分布图数据'
|
|
@@ -597,7 +594,6 @@ export default {
|
|
|
value.statusList = data
|
|
|
this.requireList = { ...value, xaxis: data.xaxis }
|
|
|
this.openDrawer = true
|
|
|
- console.log(this.requireList, 'cdscdmckcdscsldmc2')
|
|
|
},
|
|
|
clone(v) {
|
|
|
this.drawer = v
|