ref: v3变更,,同步v2.2508.4

This commit is contained in:
TsMask
2025-09-01 11:19:01 +08:00
parent 2319cdf36b
commit e943b4dedc
129 changed files with 1876 additions and 3032 deletions

View File

@@ -5,6 +5,7 @@ import {
} from '@/constants/result-constants';
import { listAllNeInfo } from '@/api/ne/neInfo';
import { parseDataToOptions } from '@/utils/parse-tree-utils';
import { currentCoreUid } from '@/hooks/useCoreUid';
/**网元信息类型 */
type Ne = {
@@ -65,6 +66,7 @@ const useNeStore = defineStore('ne', {
};
}
const res = await listAllNeInfo({
coreUid: currentCoreUid(),
bandStatus: false,
bandHost: false,
});
@@ -77,7 +79,7 @@ const useNeStore = defineStore('ne', {
res.data,
'neType',
'neName',
'neId'
'neUid'
);
this.neCascaderOptions = options;