From c1174fc2739bb69a041fe68a2ccca24187521330 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 4 Mar 2024 20:44:44 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E7=BD=91=E5=85=83=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E4=B8=BB=E9=94=AEid=E6=9C=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E9=87=8D=E7=BD=AE=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/configManage/neManage/index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/configManage/neManage/index.vue b/src/views/configManage/neManage/index.vue index 5194b19a..a25ca3ba 100644 --- a/src/views/configManage/neManage/index.vue +++ b/src/views/configManage/neManage/index.vue @@ -209,16 +209,17 @@ let modalState: ModalStateType = reactive({ visibleByImport: false, title: '网元', from: { + id: undefined, dn: '', ip: '', neAddress: '', neId: '', neName: '', - neType: '', - port: '', + neType: 'OMC', + port: '3030', province: '', - pvFlag: '', - rmUid: '', + pvFlag: 'PNF', + rmUid: '4400HX1OMC001', vendorName: '', sync: true, },