style: 网元信息服务区域默认Area

This commit is contained in:
TsMask
2024-12-24 20:37:09 +08:00
parent 5a3fa2a6ba
commit b0b9c69ad2
3 changed files with 4 additions and 4 deletions

View File

@@ -113,7 +113,7 @@ let modalState: ModalStateType = reactive({
neAddress: '',
dn: '',
vendorName: '',
province: '',
province: 'Area',
remark: '',
// 主机
hosts: [

View File

@@ -54,7 +54,7 @@ let modalState: ModalStateType = reactive({
neAddress: '',
dn: '-',
vendorName: '-',
province: '-',
province: 'Area',
// 主机
hosts: [
{

View File

@@ -81,7 +81,7 @@ let modalState: ModalStateType = reactive({
neAddress: '',
dn: '-',
vendorName: '-',
province: '-',
province: 'Area',
hosts: [],
},
confirmLoading: false,
@@ -244,7 +244,7 @@ function fnModalVisibleByEdit(record?: any) {
neAddress: '',
dn: '-',
vendorName: '-',
province: '-',
province: 'Area',
// 主机
hosts: [
{