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