修改默认值

This commit is contained in:
lai
2024-07-23 11:27:01 +08:00
parent 3089f8911e
commit b1dbacffcc

View File

@@ -189,7 +189,7 @@ let modalState: ModalStateType = reactive({
status: '0', status: '0',
radioType: '5G', radioType: '5G',
radioId: '', radioId: '',
imsiMatch: 'fuzzy', imsiMatch: 'prefix',
}, },
confirmLoading: false, confirmLoading: false,
}); });