ref: v3变更,,同步v2.2508.4
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user