Browse Source

优化

master
陈裕财 3 years ago
parent
commit
756b368d06
  1. 10
      src/views/xm/rpt/branch/branchWorkItemDayList.vue
  2. 10
      src/views/xm/rpt/branch/menuDayAccumulate.vue
  3. 8
      src/views/xm/rpt/branch/menuDayTrend.vue
  4. 10
      src/views/xm/rpt/branch/questionDayAccumulate.vue
  5. 8
      src/views/xm/rpt/branch/questionDayTrend.vue
  6. 2
      src/views/xm/rpt/iteration/IterationWorkItemDayList.vue
  7. 2
      src/views/xm/rpt/iteration/menuDayAccumulate.vue
  8. 2
      src/views/xm/rpt/iteration/questionDayAccumulate.vue
  9. 2
      src/views/xm/rpt/product/menuAgeDist.vue
  10. 2
      src/views/xm/rpt/product/menuAttDist.vue
  11. 2
      src/views/xm/rpt/product/menuDayAccumulate.vue
  12. 2
      src/views/xm/rpt/product/menuSort.vue
  13. 2
      src/views/xm/rpt/product/productWorkItemDayList.vue
  14. 2
      src/views/xm/rpt/product/questionAgeDist.vue
  15. 2
      src/views/xm/rpt/product/questionAttDist.vue
  16. 2
      src/views/xm/rpt/product/questionDayAccumulate.vue
  17. 2
      src/views/xm/rpt/product/questionRetestDist.vue
  18. 2
      src/views/xm/rpt/product/questionSort.vue
  19. 2
      src/views/xm/rpt/project/projectWorkItemDayList.vue
  20. 2
      src/views/xm/rpt/project/projectWorkloadSetDayList.vue
  21. 2
      src/views/xm/rpt/project/projectWorkloadSetMonthList.vue
  22. 2
      src/views/xm/rpt/project/taskAgeDist.vue
  23. 2
      src/views/xm/rpt/project/taskAttDist.vue
  24. 2
      src/views/xm/rpt/project/taskDayAccumulate.vue
  25. 2
      src/views/xm/rpt/project/taskSort.vue
  26. 2
      src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue
  27. 2
      src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue

10
src/views/xm/rpt/branch/branchWorkItemDayList.vue

@ -208,7 +208,7 @@
if(this.showToolBar && !this.title){
this.title="企业工作项每日趋势图"
}
this.rawDatas=[]
if(this.$refs['xmProductSelect'])this.$refs['xmProductSelect'].clearSelect();
if(this.$refs['xmIterationSelect'])this.$refs['xmIterationSelect'].clearSelect();
this.$nextTick(()=>{
@ -334,15 +334,11 @@
},
onProductSelected(product){
this.filters.product=product
this.rawDatas=[];
this.filters.product=product
},
onProductClear(){
this.filters.product=null
this.rawDatas=[];
this.filters.product=null
},
onIterationSelected(iteration){

10
src/views/xm/rpt/branch/menuDayAccumulate.vue

@ -182,7 +182,7 @@
if(this.showToolBar && !this.title){
this.title="企业工作项每日趋势图"
}
this.rawDatas=[]
if(this.$refs['xmProductSelect'])this.$refs['xmProductSelect'].clearSelect();
if(this.$refs['xmIterationSelect'])this.$refs['xmIterationSelect'].clearSelect();
this.$nextTick(()=>{
@ -288,22 +288,22 @@
onProductSelected(product){
this.filters.product=product
this.rawDatas=[];
;
},
onProductClear(){
this.filters.product=null
this.rawDatas=[];
;
},
onIterationSelected(iteration){
this.filters.iteration=iteration
this.rawDatas=[];
;
},
onIterationClear(){
this.filters.iteration=null
this.rawDatas=[];
;
}
},//end method
mounted() {

8
src/views/xm/rpt/branch/menuDayTrend.vue

@ -302,23 +302,23 @@
onProductSelected(product){
this.filters.product=product
this.rawDatas=[];
;
},
onProductClear(){
this.filters.product=null
this.rawDatas=[];
;
},
onIterationSelected(iteration){
this.filters.iteration=iteration
this.rawDatas=[];
;
},
onIterationClear(){
this.filters.iteration=null
this.rawDatas=[];
;
}
},//end method
mounted() {

10
src/views/xm/rpt/branch/questionDayAccumulate.vue

@ -183,7 +183,7 @@
if(this.showToolBar && !this.title){
this.title="企业工作项每日趋势图"
}
this.rawDatas=[]
if(this.$refs['xmProductSelect'])this.$refs['xmProductSelect'].clearSelect();
if(this.$refs['xmIterationSelect'])this.$refs['xmIterationSelect'].clearSelect();
this.$nextTick(()=>{
@ -289,24 +289,24 @@
onProductSelected(product){
this.filters.product=product
this.rawDatas=[];
;
},
onProductClear(){
this.filters.product=null
this.rawDatas=[];
;
},
onIterationSelected(iteration){
this.filters.iteration=iteration
this.rawDatas=[];
;
},
onIterationClear(){
this.filters.iteration=null
this.rawDatas=[];
;
}
},//end method
mounted() {

8
src/views/xm/rpt/branch/questionDayTrend.vue

@ -304,23 +304,23 @@
onProductSelected(product){
this.filters.product=product
this.rawDatas=[];
;
},
onProductClear(){
this.filters.product=null
this.rawDatas=[];
;
},
onIterationSelected(iteration){
this.filters.iteration=iteration
this.rawDatas=[];
;
},
onIterationClear(){
this.filters.iteration=null
this.rawDatas=[];
;
}
},//end method
mounted() {

2
src/views/xm/rpt/iteration/IterationWorkItemDayList.vue

@ -200,7 +200,7 @@
if(this.showToolBar && !this.title){
this.title="企业工作项每日趋势图"
}
this.rawDatas=[]
if(this.$refs['xmProductSelect'])this.$refs['xmProductSelect'].clearSelect();
if(this.$refs['xmIterationSelect'])this.$refs['xmIterationSelect'].clearSelect();
this.$nextTick(()=>{

2
src/views/xm/rpt/iteration/menuDayAccumulate.vue

@ -224,7 +224,7 @@
if(this.showToolBar && !this.title){
this.title="企业工作项每日趋势图"
}
this.rawDatas=[]
if(this.$refs['xmProductSelect'])this.$refs['xmProductSelect'].clearSelect();
if(this.$refs['xmIterationSelect'])this.$refs['xmIterationSelect'].clearSelect();
this.$nextTick(()=>{

2
src/views/xm/rpt/iteration/questionDayAccumulate.vue

@ -225,7 +225,7 @@
if(this.showToolBar && !this.title){
this.title="企业工作项每日趋势图"
}
this.rawDatas=[]
if(this.$refs['xmProductSelect'])this.$refs['xmProductSelect'].clearSelect();
if(this.$refs['xmIterationSelect'])this.$refs['xmIterationSelect'].clearSelect();
this.$nextTick(()=>{

2
src/views/xm/rpt/product/menuAgeDist.vue

@ -297,7 +297,7 @@
)
},
onXmMenuSomeFieldsChange(fieldName,$event){
this.rawDatas=[]
},
searchXmMenuAgeDist(){
var params={...this.params}

2
src/views/xm/rpt/product/menuAttDist.vue

@ -351,7 +351,7 @@
)
},
onXmMenuSomeFieldsChange(fieldName,$event){
this.rawDatas=[]
},
searchXmMenuAttDist(){

2
src/views/xm/rpt/product/menuDayAccumulate.vue

@ -203,7 +203,7 @@
if(this.showToolBar && !this.title){
this.title="企业工作项每日趋势图"
}
this.rawDatas=[]
if(this.$refs['xmProductSelect'])this.$refs['xmProductSelect'].clearSelect();
this.$nextTick(()=>{
this.listXmProductStateHis();

2
src/views/xm/rpt/product/menuSort.vue

@ -289,7 +289,7 @@
)
},
onXmMenuSomeFieldsChange(fieldName,$event){
this.rawDatas=[]
},
searchXmMenuSort(){
let params = {

2
src/views/xm/rpt/product/productWorkItemDayList.vue

@ -185,7 +185,7 @@
if(this.showToolBar && !this.title){
this.title="企业工作项每日趋势图"
}
this.rawDatas=[]
if(this.$refs['xmProductSelect'])this.$refs['xmProductSelect'].clearSelect();
this.$nextTick(()=>{
this.listXmProductStateHis();

2
src/views/xm/rpt/product/questionAgeDist.vue

@ -332,7 +332,7 @@
)
},
onXmQuestionSomeFieldsChange(fieldName,$event){
this.rawDatas=[]
},
searchXmQuestionAgeDist(){
var params={...this.params}

2
src/views/xm/rpt/product/questionAttDist.vue

@ -400,7 +400,7 @@
)
},
onXmQuestionSomeFieldsChange(fieldName,$event){
this.rawDatas=[]
},
searchXmQuestionAttDist(){
var params={...this.params}

2
src/views/xm/rpt/product/questionDayAccumulate.vue

@ -208,7 +208,7 @@
if(this.showToolBar && !this.title){
this.title="企业工作项每日趋势图"
}
this.rawDatas=[]
if(this.$refs['xmProductSelect'])this.$refs['xmProductSelect'].clearSelect();
this.$nextTick(()=>{
this.listXmProductStateHis();

2
src/views/xm/rpt/product/questionRetestDist.vue

@ -367,7 +367,7 @@
)
},
onXmQuestionSomeFieldsChange(fieldName,$event){
this.rawDatas=[]
},
searchXmQuestionRetestDist(){

2
src/views/xm/rpt/product/questionSort.vue

@ -328,7 +328,7 @@
)
},
onXmQuestionSomeFieldsChange(fieldName,$event){
this.rawDatas=[]
},
searchXmQuestionSort(){
let params = {

2
src/views/xm/rpt/project/projectWorkItemDayList.vue

@ -181,7 +181,7 @@
if(this.showToolBar && !this.title){
this.title="企业工作项每日趋势图"
}
this.rawDatas=[]
this.$nextTick(()=>{
if(this.$refs['xmProjectSelect'])this.$refs['xmProjectSelect'].clearSelect();

2
src/views/xm/rpt/project/projectWorkloadSetDayList.vue

@ -194,7 +194,7 @@
if(this.showToolBar && !this.title){
this.title="企业工作项每日趋势图"
}
this.rawDatas=[]
this.$nextTick(()=>{
if(this.$refs['xmProjectSelect'])this.$refs['xmProjectSelect'].clearSelect();
this.listProjectWorkloadSetDay();

2
src/views/xm/rpt/project/projectWorkloadSetMonthList.vue

@ -194,7 +194,7 @@
if(this.showToolBar && !this.title){
this.title="企业工作项每日趋势图"
}
this.rawDatas=[]
this.$nextTick(()=>{
if(this.$refs['xmProjectSelect'])this.$refs['xmProjectSelect'].clearSelect();

2
src/views/xm/rpt/project/taskAgeDist.vue

@ -279,7 +279,7 @@
)
},
onXmTaskSomeFieldsChange(fieldName,$event){
this.rawDatas=[]
},
searchXmTaskAgeDist(){
var params={...this.params}

2
src/views/xm/rpt/project/taskAttDist.vue

@ -335,7 +335,7 @@
)
},
onXmTaskSomeFieldsChange(fieldName,$event){
this.rawDatas=[]
},
searchXmTaskAttDist(){

2
src/views/xm/rpt/project/taskDayAccumulate.vue

@ -213,7 +213,7 @@
if(this.showToolBar && !this.title){
this.title="企业工作项每日趋势图"
}
this.rawDatas=[]
if(this.$refs['xmProjectSelect'])this.$refs['xmProjectSelect'].clearSelect();
this.$nextTick(()=>{
this.listXmProjectStateHis();

2
src/views/xm/rpt/project/taskSort.vue

@ -259,7 +259,7 @@
)
},
onXmTaskSomeFieldsChange(fieldName,$event){
this.rawDatas=[]
},
searchXmTaskSort(){
let params = {

2
src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue

@ -266,7 +266,7 @@
)
},
onXmQuestionSomeFieldsChange(fieldName,$event){
this.rawDatas=[]
},
searchXmTestCaseToPlanCalcList(){

2
src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue

@ -257,7 +257,7 @@
)
},
onXmQuestionSomeFieldsChange(fieldName,$event){
this.rawDatas=[]
},
searchXmTestPlanCaseExecStatusDist(){
var params={...this.params }

Loading…
Cancel
Save