Explorar o código

保存生成指标后,调用指标列表

cxmo hai 10 meses
pai
achega
d3993b65b1

+ 4 - 1
src/views/datasheet_manage/customAnalysis/addAnalysisSheet.vue

@@ -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')
+      }
     },
 
     /* 获取生成指标列表 */