fix: 定义锁屏类型

This commit is contained in:
TsMask
2024-01-18 10:11:15 +08:00
parent b445464192
commit 817712029b
4 changed files with 21 additions and 22 deletions

View File

@@ -296,10 +296,9 @@ function fnFileModalOk() {
.then(res => {
// OMC自升级
if (type === 'run' && from.neType.toLowerCase() === 'omc') {
console.log(res);
if (res.code === RESULT_CODE_SUCCESS) {
fnFileModalCancel();
lockedStore.fnLock('reload', true);
lockedStore.fnLock('reload');
} else {
message.error({
content: `${fileModalState.title} ${res.msg}`,