fix: 基站状态页面编辑判断错误
This commit is contained in:
@@ -343,7 +343,7 @@ function fnModalOk() {
|
||||
.then(e => {
|
||||
modalState.confirmLoading = true;
|
||||
const hide = message.loading(t('common.loading'), 0);
|
||||
let result: any = modalState.title.startsWith('Edit')
|
||||
let result: any = from.state
|
||||
? editAMFNbState(neID, from)
|
||||
: addAMFNbState(neID, from);
|
||||
result
|
||||
|
||||
Reference in New Issue
Block a user