diff --git a/src/views/xm/rpt/index/CompsSet.vue b/src/views/xm/rpt/index/CompsSet.vue index 331903a1..19b44b99 100644 --- a/src/views/xm/rpt/index/CompsSet.vue +++ b/src/views/xm/rpt/index/CompsSet.vue @@ -17,8 +17,8 @@ {{item.desc}} - - + +    @@ -36,7 +36,7 @@ {{item.desc}} - +    @@ -198,7 +198,7 @@ export default { } }, setCheckeds(compIds,checked){ - debugger; + this.comps.forEach(k=>{ if(compIds.some(c=>c==k.compId)){ k.isChecked=checked @@ -211,14 +211,14 @@ export default { this.selectItem(this.rptListCpd[0]) }, selectItem(item){ - debugger; + this.comps.forEach(k=>k.isCurr=false) item.isCurr=true item.isChecked=true; this.$emit("row-click",item) }, datadragEnd(evt){ - debugger; + evt.preventDefault(); console.log('拖动前的索引 :' + evt.oldIndex) console.log('拖动后的索引 :' + evt.newIndex) @@ -297,7 +297,7 @@ export default { color: #7D7D7D; line-height: 16px; } - i { + .check { position: absolute; top: 5px; right: 5px; @@ -367,7 +367,7 @@ export default { } - i { + .check { position: absolute; top: 5px; right: 5px; diff --git a/src/views/xm/rpt/project/taskAgeDist.vue b/src/views/xm/rpt/project/taskAgeDist.vue index 3036778d..6f037e2b 100644 --- a/src/views/xm/rpt/project/taskAgeDist.vue +++ b/src/views/xm/rpt/project/taskAgeDist.vue @@ -284,7 +284,7 @@ }, searchXmTaskAgeDist(){ - debugger; + if(this.rptDatas){ this.rawDatas=this.rptDatas return;