|
@@ -275,7 +275,7 @@
|
|
|
}
|
|
|
},
|
|
|
//左侧计划子级切换
|
|
|
- leftCheckButton(index){
|
|
|
+ leftCheckButton(index,bigIndex){
|
|
|
if(this.leftCheckType !== index){
|
|
|
this.$set(this,'leftCheckType',index);
|
|
|
this.$set(this,'checkSetProgress',this.leftListData[bigIndex].checkPlanSetVoList[index].checkSetProgress);
|