|
@@ -307,7 +307,7 @@ export default {
|
|
|
}))
|
|
|
|
|
|
this.isLoading = false;
|
|
|
- this.getTargetList()
|
|
|
+ //this.getTargetList()
|
|
|
}
|
|
|
},
|
|
|
|
|
@@ -412,6 +412,9 @@ export default {
|
|
|
if(!edbInfoId) this.$refs.createTargetRef.initData();
|
|
|
|
|
|
//this.getTargetList()
|
|
|
+ if(this.$refs.edbWrapRef){
|
|
|
+ this.$refs.edbWrapRef.getTargetList('init')
|
|
|
+ }
|
|
|
},
|
|
|
|
|
|
/* 获取生成指标列表 */
|