|
@@ -564,7 +564,6 @@
|
|
let self = this;
|
|
let self = this;
|
|
for(let i=0;i<self.planList.length;i++){
|
|
for(let i=0;i<self.planList.length;i++){
|
|
if(self.planList[i].id == val){
|
|
if(self.planList[i].id == val){
|
|
- this.$set(this.addForm,'id',self.planList[i].id);
|
|
|
|
self.findCheckManage(self.planList[i].id);
|
|
self.findCheckManage(self.planList[i].id);
|
|
return
|
|
return
|
|
}
|
|
}
|
|
@@ -589,6 +588,7 @@
|
|
this.buildBySubList(response.data.buildId,1);
|
|
this.buildBySubList(response.data.buildId,1);
|
|
this.$set(this,'addForm',{
|
|
this.$set(this,'addForm',{
|
|
id:response.data.id,
|
|
id:response.data.id,
|
|
|
|
+ checkPlanId:response.data.checkPlanId,
|
|
title:response.data.title,
|
|
title:response.data.title,
|
|
subId:response.data.subId,
|
|
subId:response.data.subId,
|
|
buildId:response.data.buildId,
|
|
buildId:response.data.buildId,
|