|
@@ -866,16 +866,16 @@ export default {
|
|
|
ele.conditionList=result.result
|
|
|
this.$nextTick(()=>{
|
|
|
ele.baseIndex=[ele.ruleDimension,ele.indicatorCode];
|
|
|
-
|
|
|
+ this.form.ruleList=[...this.form.ruleList]
|
|
|
})
|
|
|
|
|
|
}
|
|
|
})
|
|
|
})
|
|
|
})
|
|
|
- this.$nextTick(()=>{
|
|
|
- this.form.ruleList=[...this.form.ruleList]
|
|
|
- })
|
|
|
+ // this.$nextTick(()=>{
|
|
|
+ // this.form.ruleList=[...this.form.ruleList]
|
|
|
+ // })
|
|
|
// this.form=res.result;
|
|
|
this.spinning=false
|
|
|
}else{
|