|
@@ -136,13 +136,13 @@ export default {
|
|
|
let res;
|
|
|
//统计特征区分原指标是否预测,保存到预测指标库或/eta指标库
|
|
|
if(this.$route.path==='/statisticFeatureChartEditor'&&this.$parent.oldEdbInfoType) {
|
|
|
- res = await preDictEdbInterface.classifyList()
|
|
|
+ res = await preDictEdbInterface.classifyListV2()
|
|
|
if(res.Ret !== 200) return
|
|
|
- this.filterNodes(res.Data.AllNodes,1);
|
|
|
+ //this.filterNodes(res.Data.AllNodes,1);
|
|
|
}else {
|
|
|
- res = await dataBaseInterface.menuList()
|
|
|
+ res = await dataBaseInterface.menuListV3()
|
|
|
if(res.Ret !== 200) return
|
|
|
- this.filterNodes(res.Data.AllNodes,2);
|
|
|
+ //this.filterNodes(res.Data.AllNodes,2);
|
|
|
}
|
|
|
|
|
|
this.options = res.Data.AllNodes || [];
|