ref: v3变更,,表结构对应相关接口功能
This commit is contained in:
@@ -5,7 +5,6 @@ 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 = {
|
||||
@@ -66,7 +65,6 @@ const useNeStore = defineStore('ne', {
|
||||
};
|
||||
}
|
||||
const res = await listAllNeInfo({
|
||||
coreUid: currentCoreUid(),
|
||||
bandStatus: false,
|
||||
bandHost: false,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user