diff --git a/src/views/xm/rpt/CompsSet.vue b/src/views/xm/rpt/CompsSet.vue
index 0db189cd..235c26d9 100644
--- a/src/views/xm/rpt/CompsSet.vue
+++ b/src/views/xm/rpt/CompsSet.vue
@@ -94,7 +94,9 @@ export default {
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
category:'企业级'
},
comps: [
diff --git a/src/views/xm/rpt/branch/branchWorkItemDayList.vue b/src/views/xm/rpt/branch/branchWorkItemDayList.vue
index b40c3e0c..f6d89eb2 100644
--- a/src/views/xm/rpt/branch/branchWorkItemDayList.vue
+++ b/src/views/xm/rpt/branch/branchWorkItemDayList.vue
@@ -102,7 +102,8 @@
},
data() {
return {
- filters:{
+ filterVisible:false,
+ filters:{
category:'',
product:null,
project:null,
diff --git a/src/views/xm/rpt/branch/menuDayAccumulate.vue b/src/views/xm/rpt/branch/menuDayAccumulate.vue
index a8b09698..1bd3b112 100644
--- a/src/views/xm/rpt/branch/menuDayAccumulate.vue
+++ b/src/views/xm/rpt/branch/menuDayAccumulate.vue
@@ -113,7 +113,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
category:'',
product:null,
project:null,
diff --git a/src/views/xm/rpt/branch/menuDayTrend.vue b/src/views/xm/rpt/branch/menuDayTrend.vue
index 07ff416c..2ef57a01 100644
--- a/src/views/xm/rpt/branch/menuDayTrend.vue
+++ b/src/views/xm/rpt/branch/menuDayTrend.vue
@@ -103,7 +103,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
category:'',
product:null,
project:null,
diff --git a/src/views/xm/rpt/branch/questionDayAccumulate.vue b/src/views/xm/rpt/branch/questionDayAccumulate.vue
index 9a0b9ebb..26aa48a5 100644
--- a/src/views/xm/rpt/branch/questionDayAccumulate.vue
+++ b/src/views/xm/rpt/branch/questionDayAccumulate.vue
@@ -101,7 +101,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
category:'',
product:null,
project:null,
diff --git a/src/views/xm/rpt/branch/questionDayTrend.vue b/src/views/xm/rpt/branch/questionDayTrend.vue
index b030f373..01d63b09 100644
--- a/src/views/xm/rpt/branch/questionDayTrend.vue
+++ b/src/views/xm/rpt/branch/questionDayTrend.vue
@@ -103,7 +103,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
category:'',
product:null,
project:null,
diff --git a/src/views/xm/rpt/iteration/IterationWorkItemDayList.vue b/src/views/xm/rpt/iteration/IterationWorkItemDayList.vue
index 2076f066..4f8a6523 100644
--- a/src/views/xm/rpt/iteration/IterationWorkItemDayList.vue
+++ b/src/views/xm/rpt/iteration/IterationWorkItemDayList.vue
@@ -109,7 +109,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
category:'',
product:null,
project:null,
diff --git a/src/views/xm/rpt/iteration/burnout.vue b/src/views/xm/rpt/iteration/burnout.vue
index f4fdebd7..a07c07da 100644
--- a/src/views/xm/rpt/iteration/burnout.vue
+++ b/src/views/xm/rpt/iteration/burnout.vue
@@ -141,7 +141,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
category:'',
product:null,
project:null,
diff --git a/src/views/xm/rpt/iteration/menuDayAccumulate.vue b/src/views/xm/rpt/iteration/menuDayAccumulate.vue
index a09fb63b..eb8a89f5 100644
--- a/src/views/xm/rpt/iteration/menuDayAccumulate.vue
+++ b/src/views/xm/rpt/iteration/menuDayAccumulate.vue
@@ -136,7 +136,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
category:'',
product:null,
project:null,
diff --git a/src/views/xm/rpt/iteration/menuDayTrend.vue b/src/views/xm/rpt/iteration/menuDayTrend.vue
index 9fa56e81..d6750464 100644
--- a/src/views/xm/rpt/iteration/menuDayTrend.vue
+++ b/src/views/xm/rpt/iteration/menuDayTrend.vue
@@ -138,7 +138,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
category:'',
product:null,
project:null,
diff --git a/src/views/xm/rpt/iteration/questionDayAccumulate.vue b/src/views/xm/rpt/iteration/questionDayAccumulate.vue
index 4c582627..46c12c1b 100644
--- a/src/views/xm/rpt/iteration/questionDayAccumulate.vue
+++ b/src/views/xm/rpt/iteration/questionDayAccumulate.vue
@@ -133,7 +133,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
category:'',
product:null,
project:null,
diff --git a/src/views/xm/rpt/iteration/questionDayTrend.vue b/src/views/xm/rpt/iteration/questionDayTrend.vue
index 37918932..207f8e3e 100644
--- a/src/views/xm/rpt/iteration/questionDayTrend.vue
+++ b/src/views/xm/rpt/iteration/questionDayTrend.vue
@@ -137,7 +137,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
category:'',
product:null,
project:null,
diff --git a/src/views/xm/rpt/product/menuAgeDist.vue b/src/views/xm/rpt/product/menuAgeDist.vue
index f64da86d..78aae863 100644
--- a/src/views/xm/rpt/product/menuAgeDist.vue
+++ b/src/views/xm/rpt/product/menuAgeDist.vue
@@ -148,7 +148,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
product:null,
project:null,
testPlan:null,
diff --git a/src/views/xm/rpt/product/menuAttDist.vue b/src/views/xm/rpt/product/menuAttDist.vue
index 5f96fc18..a6cc438d 100644
--- a/src/views/xm/rpt/product/menuAttDist.vue
+++ b/src/views/xm/rpt/product/menuAttDist.vue
@@ -173,7 +173,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
product:null,
project:null,
testPlan:null,
diff --git a/src/views/xm/rpt/product/menuDayAccumulate.vue b/src/views/xm/rpt/product/menuDayAccumulate.vue
index 2a178225..d8d0fda4 100644
--- a/src/views/xm/rpt/product/menuDayAccumulate.vue
+++ b/src/views/xm/rpt/product/menuDayAccumulate.vue
@@ -122,7 +122,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
category:'',
product:null,
project:null,
diff --git a/src/views/xm/rpt/product/menuDayTrend.vue b/src/views/xm/rpt/product/menuDayTrend.vue
index 6a3ba19a..8cfe375e 100644
--- a/src/views/xm/rpt/product/menuDayTrend.vue
+++ b/src/views/xm/rpt/product/menuDayTrend.vue
@@ -125,7 +125,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
category:'',
product:null,
project:null,
diff --git a/src/views/xm/rpt/product/menuSort.vue b/src/views/xm/rpt/product/menuSort.vue
index ead8f2d4..0b16da57 100644
--- a/src/views/xm/rpt/product/menuSort.vue
+++ b/src/views/xm/rpt/product/menuSort.vue
@@ -138,7 +138,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
product:null,
project:null,
testPlan:null,
diff --git a/src/views/xm/rpt/product/productWorkItemDayList.vue b/src/views/xm/rpt/product/productWorkItemDayList.vue
index 79d6844f..304d35f5 100644
--- a/src/views/xm/rpt/product/productWorkItemDayList.vue
+++ b/src/views/xm/rpt/product/productWorkItemDayList.vue
@@ -7,22 +7,34 @@
-
-
-
-
-
- {{xmProductCpd.id}}
{{ xmProductCpd.productName }}
-
-
-
-
-
-
- 查询
-
-
-
+
+
+
+
+
+ 从报告移出该报表
+ 关闭
+
+
+
+
+
+ {{xmProductCpd.id}}
{{ xmProductCpd.productName }}
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
@@ -98,7 +110,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
product:null,
project:null,
testPlan:null,
diff --git a/src/views/xm/rpt/product/questionAgeDist.vue b/src/views/xm/rpt/product/questionAgeDist.vue
index 0c557b6a..51bbb01b 100644
--- a/src/views/xm/rpt/product/questionAgeDist.vue
+++ b/src/views/xm/rpt/product/questionAgeDist.vue
@@ -7,79 +7,102 @@
-
-
-
-
- {{xmTestCasedb.id}}
{{ xmTestCasedb.name }}
-
-
-
- {{xmProject.id}}
{{ xmProject.name }}
-
-
-
- {{xmProductCpd.id}}
{{ xmProductCpd.productName }}
-
-
- {{xmIteration.id}}
-
{{ xmIteration.iterationName }}
-
-
-
-
-
-
- {{xmTestPlan.id}}
-
{{ xmTestPlan.name }}
-
-
-
- {{ filters.testPlan.name }}
- 清除
- 选择计划
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ 从报告移出该报表
+ 关闭
+
+
+
+
+
+
+
+
+
+
+
+
+ {{xmTestCasedb.id}}
{{ xmTestCasedb.name }}
+
+
+
+
+ {{xmProject.id}}
{{ xmProject.name }}
+
+
+
+ {{xmProductCpd.id}}
{{ xmProductCpd.productName }}
+
+
+ {{xmIteration.id}}
+
{{ xmIteration.iterationName }}
+
+
+
+
+
+
+ {{xmTestPlan.id}}
+
{{ xmTestPlan.name }}
+
+
+
+ {{ filters.testPlan.name }}
+ 清除
+ 选择计划
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
-
- 查询
-
-
@@ -178,7 +201,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
product:null,
project:null,
testPlan:null,
diff --git a/src/views/xm/rpt/product/questionAttDist.vue b/src/views/xm/rpt/product/questionAttDist.vue
index 440facbd..1d563b79 100644
--- a/src/views/xm/rpt/product/questionAttDist.vue
+++ b/src/views/xm/rpt/product/questionAttDist.vue
@@ -7,83 +7,102 @@
-
-
-
-
-
-
-
-
-
- {{xmTestCasedb.id}}
{{ xmTestCasedb.name }}
-
-
-
- {{xmProject.id}}
{{ xmProject.name }}
-
-
-
- {{xmProductCpd.id}}
{{ xmProductCpd.productName }}
-
-
- {{xmIteration.id}}
-
{{ xmIteration.iterationName }}
-
-
-
-
-
-
- {{xmTestPlan.id}}
-
{{ xmTestPlan.name }}
-
-
-
- {{ filters.testPlan.name }}
- 清除
- 选择计划
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ 从报告移出该报表
+ 关闭
+
+
+
+
+
+
+
+
+
+
+
+
+ {{xmTestCasedb.id}}
{{ xmTestCasedb.name }}
+
+
+
+
+ {{xmProject.id}}
{{ xmProject.name }}
+
+
+
+ {{xmProductCpd.id}}
{{ xmProductCpd.productName }}
+
+
+ {{xmIteration.id}}
+
{{ xmIteration.iterationName }}
+
+
+
+
+
+
+ {{xmTestPlan.id}}
+
{{ xmTestPlan.name }}
+
+
+
+ {{ filters.testPlan.name }}
+ 清除
+ 选择计划
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
- 查询
-
-
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
@@ -214,7 +233,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
product:null,
project:null,
testPlan:null,
diff --git a/src/views/xm/rpt/product/questionDayAccumulate.vue b/src/views/xm/rpt/product/questionDayAccumulate.vue
index d116ec42..96102707 100644
--- a/src/views/xm/rpt/product/questionDayAccumulate.vue
+++ b/src/views/xm/rpt/product/questionDayAccumulate.vue
@@ -6,21 +6,33 @@
-
-
-
-
-
- {{xmProductCpd.id}}
{{ xmProductCpd.productName }}
-
-
-
-
-
-
- 查询
-
-
+
+
+
+
+
+ 从报告移出该报表
+ 关闭
+
+
+
+
+
+ {{xmProductCpd.id}}
{{ xmProductCpd.productName }}
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
@@ -124,7 +136,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
category:'',
product:null,
project:null,
diff --git a/src/views/xm/rpt/product/questionDayTrend.vue b/src/views/xm/rpt/product/questionDayTrend.vue
index 862bd6e1..db72d3e2 100644
--- a/src/views/xm/rpt/product/questionDayTrend.vue
+++ b/src/views/xm/rpt/product/questionDayTrend.vue
@@ -8,22 +8,34 @@
-
-
-
-
-
- {{xmProductCpd.id}}
{{ xmProductCpd.productName }}
-
-
-
-
-
-
- 查询
-
-
-
+
+
+
+
+
+ 从报告移出该报表
+ 关闭
+
+
+
+
+
+ {{xmProductCpd.id}}
{{ xmProductCpd.productName }}
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
@@ -126,7 +138,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
product:null,
project:null,
testPlan:null,
diff --git a/src/views/xm/rpt/product/questionRetestDist.vue b/src/views/xm/rpt/product/questionRetestDist.vue
index c7de5904..cf55f705 100644
--- a/src/views/xm/rpt/product/questionRetestDist.vue
+++ b/src/views/xm/rpt/product/questionRetestDist.vue
@@ -7,78 +7,102 @@
-
-
-
-
- {{xmTestCasedb.id}}
{{ xmTestCasedb.name }}
-
-
-
- {{xmProject.id}}
{{ xmProject.name }}
-
-
-
- {{xmProductCpd.id}}
{{ xmProductCpd.productName }}
-
-
- {{xmIteration.id}}
-
{{ xmIteration.iterationName }}
-
-
-
-
-
-
- {{xmTestPlan.id}}
-
{{ xmTestPlan.name }}
-
-
-
- {{ filters.testPlan.name }}
- 清除
- 选择计划
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ 从报告移出该报表
+ 关闭
+
+
+
+
+
+
+
+
+
+
+
+
+ {{xmTestCasedb.id}}
{{ xmTestCasedb.name }}
+
+
+
+
+ {{xmProject.id}}
{{ xmProject.name }}
+
+
+
+ {{xmProductCpd.id}}
{{ xmProductCpd.productName }}
+
+
+ {{xmIteration.id}}
+
{{ xmIteration.iterationName }}
+
+
+
+
+
+
+ {{xmTestPlan.id}}
+
{{ xmTestPlan.name }}
+
+
+
+ {{ filters.testPlan.name }}
+ 清除
+ 选择计划
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
- 查询
-
-
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
@@ -196,7 +220,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
product:null,
project:null,
testPlan:null,
diff --git a/src/views/xm/rpt/product/questionSort.vue b/src/views/xm/rpt/product/questionSort.vue
index 55d968a3..ef1b2578 100644
--- a/src/views/xm/rpt/product/questionSort.vue
+++ b/src/views/xm/rpt/product/questionSort.vue
@@ -7,84 +7,102 @@
-
-
-
-
-
-
-
-
-
- {{xmTestCasedb.id}}
{{ xmTestCasedb.name }}
-
-
-
-
- {{xmProject.id}}
{{ xmProject.name }}
-
-
-
- {{xmProductCpd.id}}
{{ xmProductCpd.productName }}
-
-
- {{xmIteration.id}}
-
{{ xmIteration.iterationName }}
-
-
-
-
-
-
- {{xmTestPlan.id}}
-
{{ xmTestPlan.name }}
-
-
-
- {{ filters.testPlan.name }}
- 清除
- 选择计划
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ 从报告移出该报表
+ 关闭
+
+
+
+
+
+
+
+
+
+
+
+
+ {{xmTestCasedb.id}}
{{ xmTestCasedb.name }}
+
+
+
+
+ {{xmProject.id}}
{{ xmProject.name }}
+
+
+
+ {{xmProductCpd.id}}
{{ xmProductCpd.productName }}
+
+
+ {{xmIteration.id}}
+
{{ xmIteration.iterationName }}
+
+
+
+
+
+
+ {{xmTestPlan.id}}
+
{{ xmTestPlan.name }}
+
+
+
+ {{ filters.testPlan.name }}
+ 清除
+ 选择计划
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
- 查询
-
-
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
@@ -178,7 +196,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
product:null,
project:null,
testPlan:null,
@@ -213,6 +233,7 @@
orderFields: ["value"], //排序列 如 ['sex','student_id'],必须为数据库字段
orderDirs: ["desc"], //升序 asc,降序desc 如 性别 升序、学生编号降序 ['asc','desc']
},
+ filterVisible:false,
}//end return
},//end data
@@ -273,8 +294,7 @@
barMaxWidth: 100,
toolbox: {
show: true,
- top:"5%",
- top:"5%",
+ top:"5%",
right:"10px",
feature: {
dataView: { show: true, readOnly: false },
diff --git a/src/views/xm/rpt/project/projectWorkItemDayList.vue b/src/views/xm/rpt/project/projectWorkItemDayList.vue
index e7f09949..1cdfde59 100644
--- a/src/views/xm/rpt/project/projectWorkItemDayList.vue
+++ b/src/views/xm/rpt/project/projectWorkItemDayList.vue
@@ -92,7 +92,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
product:null,
project:null,
diff --git a/src/views/xm/rpt/project/projectWorkloadSetDayList.vue b/src/views/xm/rpt/project/projectWorkloadSetDayList.vue
index af256097..828e3ae8 100644
--- a/src/views/xm/rpt/project/projectWorkloadSetDayList.vue
+++ b/src/views/xm/rpt/project/projectWorkloadSetDayList.vue
@@ -103,7 +103,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
product:null,
project:null,
diff --git a/src/views/xm/rpt/project/projectWorkloadSetMonthList.vue b/src/views/xm/rpt/project/projectWorkloadSetMonthList.vue
index 5384fbfc..b7ff0e3e 100644
--- a/src/views/xm/rpt/project/projectWorkloadSetMonthList.vue
+++ b/src/views/xm/rpt/project/projectWorkloadSetMonthList.vue
@@ -103,7 +103,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
product:null,
project:null,
diff --git a/src/views/xm/rpt/project/taskAgeDist.vue b/src/views/xm/rpt/project/taskAgeDist.vue
index 7971d42d..b93740a0 100644
--- a/src/views/xm/rpt/project/taskAgeDist.vue
+++ b/src/views/xm/rpt/project/taskAgeDist.vue
@@ -126,7 +126,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
product:null,
project:null,
testPlan:null,
diff --git a/src/views/xm/rpt/project/taskAttDist.vue b/src/views/xm/rpt/project/taskAttDist.vue
index b06154d5..cab07dd7 100644
--- a/src/views/xm/rpt/project/taskAttDist.vue
+++ b/src/views/xm/rpt/project/taskAttDist.vue
@@ -156,7 +156,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
product:null,
project:null,
testPlan:null,
diff --git a/src/views/xm/rpt/project/taskDayAccumulate.vue b/src/views/xm/rpt/project/taskDayAccumulate.vue
index be26075a..67450c64 100644
--- a/src/views/xm/rpt/project/taskDayAccumulate.vue
+++ b/src/views/xm/rpt/project/taskDayAccumulate.vue
@@ -131,7 +131,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
product:null,
project:null,
testPlan:null,
diff --git a/src/views/xm/rpt/project/taskDayTrend.vue b/src/views/xm/rpt/project/taskDayTrend.vue
index 2f62dff3..0a4009fe 100644
--- a/src/views/xm/rpt/project/taskDayTrend.vue
+++ b/src/views/xm/rpt/project/taskDayTrend.vue
@@ -125,7 +125,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
product:null,
project:null,
testPlan:null,
diff --git a/src/views/xm/rpt/project/taskSort.vue b/src/views/xm/rpt/project/taskSort.vue
index a744efde..93b128c8 100644
--- a/src/views/xm/rpt/project/taskSort.vue
+++ b/src/views/xm/rpt/project/taskSort.vue
@@ -121,7 +121,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
product:null,
project:null,
testPlan:null,
diff --git a/src/views/xm/rpt/reportIndex.vue b/src/views/xm/rpt/reportIndex.vue
index adb52ea4..79ecff71 100644
--- a/src/views/xm/rpt/reportIndex.vue
+++ b/src/views/xm/rpt/reportIndex.vue
@@ -215,7 +215,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
category:'项目级',
},
showRptRef:'',
diff --git a/src/views/xm/rpt/testCase/testCaseSort.vue b/src/views/xm/rpt/testCase/testCaseSort.vue
index 4524b8e5..26db83e6 100644
--- a/src/views/xm/rpt/testCase/testCaseSort.vue
+++ b/src/views/xm/rpt/testCase/testCaseSort.vue
@@ -144,7 +144,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
product:null,
project:null,
iteration:null,
diff --git a/src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue b/src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue
index 91e1a58f..57bde005 100644
--- a/src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue
+++ b/src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue
@@ -154,7 +154,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
product:null,
project:null,
testPlan:null,
diff --git a/src/views/xm/rpt/testPlan/testDayTimesCalc.vue b/src/views/xm/rpt/testPlan/testDayTimesCalc.vue
index d66259d6..be8d6411 100644
--- a/src/views/xm/rpt/testPlan/testDayTimesCalc.vue
+++ b/src/views/xm/rpt/testPlan/testDayTimesCalc.vue
@@ -135,7 +135,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
category:'',
product:null,
project:null,
diff --git a/src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue b/src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue
index 99831d06..337b44f9 100644
--- a/src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue
+++ b/src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue
@@ -146,7 +146,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
product:null,
project:null,
testPlan:null,
diff --git a/src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue b/src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue
index 055f9b9b..6f7f6d31 100644
--- a/src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue
+++ b/src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue
@@ -155,7 +155,9 @@
},
data() {
return {
- filters:{
+
+ filterVisible:false,
+ filters:{
product:null,
project:null,
testPlan:null,