|
@@ -174,7 +174,7 @@ const loading = ref(true);
|
|
|
const getNetWork = async () => {
|
|
|
loading.value = false;
|
|
|
const infoRes = await nodeList({
|
|
|
- scd_id:208000058,
|
|
|
+ scd_id:216000060,
|
|
|
pagesize: 10000,
|
|
|
name: "SubNetwork",
|
|
|
});
|
|
@@ -193,7 +193,7 @@ const allApData = ref({});
|
|
|
const initLoad = async () => {
|
|
|
allApData.value = {};
|
|
|
const allAP = await nodeList({
|
|
|
- scd_id: 208000058,
|
|
|
+ scd_id: 216000060,
|
|
|
pagesize: 10000,
|
|
|
name: "ConnectedAP",
|
|
|
});
|
|
@@ -221,7 +221,7 @@ const initLoad = async () => {
|
|
|
};
|
|
|
//处理重复的ip
|
|
|
const ipNetaddr = async () => {
|
|
|
- const ipRes = await iedNetaddr({ scd_id: 208000058 });
|
|
|
+ const ipRes = await iedNetaddr({ scd_id: 216000060 });
|
|
|
if (ipRes.code == 1) {
|
|
|
return;
|
|
|
}
|