|
@@ -853,14 +853,16 @@ export default {
|
|
ele.conditionList=result.result
|
|
ele.conditionList=result.result
|
|
this.$nextTick(()=>{
|
|
this.$nextTick(()=>{
|
|
ele.baseIndex=[ele.ruleDimension,ele.indicatorCode];
|
|
ele.baseIndex=[ele.ruleDimension,ele.indicatorCode];
|
|
|
|
+
|
|
})
|
|
})
|
|
- this.form={};
|
|
|
|
- this.form=res.result
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
})
|
|
})
|
|
})
|
|
})
|
|
})
|
|
})
|
|
-
|
|
|
|
|
|
+ this.$nextTick(()=>{
|
|
|
|
+ this.form.ruleList=[...this.form.ruleList]
|
|
|
|
+ })
|
|
// this.form=res.result;
|
|
// this.form=res.result;
|
|
this.spinning=false
|
|
this.spinning=false
|
|
}else{
|
|
}else{
|
|
@@ -962,7 +964,7 @@ export default {
|
|
itemDetail.ruleDetail.map(c=>{
|
|
itemDetail.ruleDetail.map(c=>{
|
|
return {
|
|
return {
|
|
...c,
|
|
...c,
|
|
- baseIndex:undefined,
|
|
|
|
|
|
+ baseIndex:[],
|
|
conditionList:[],
|
|
conditionList:[],
|
|
ruleCondition:''
|
|
ruleCondition:''
|
|
|
|
|