فهرست منبع

修复指标库同比目录列表

cxmo 1 سال پیش
والد
کامیت
08cf0339bc
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/dataEntry_manage/databaseComponents/operationDialog.vue

+ 2 - 2
src/views/dataEntry_manage/databaseComponents/operationDialog.vue

@@ -487,9 +487,9 @@ export default {
 
 		/* 获取目录结构 */
 		getMenu() {
-			dataBaseInterface.menuList().then((res) => {
+			dataBaseInterface.menuListV3().then((res) => {
 				if (res.Ret === 200) {
-					this.filterNodes(res.Data.AllNodes);
+					//this.filterNodes(res.Data.AllNodes);
 					this.options = res.Data.AllNodes || [];
 				}
 			});