style: 软件激活omclong
This commit is contained in:
@@ -295,7 +295,8 @@ function fnFileModalOk() {
|
|||||||
fnType
|
fnType
|
||||||
.then(res => {
|
.then(res => {
|
||||||
// OMC自升级
|
// OMC自升级
|
||||||
if (type === 'run' && from.neType === 'OMC') {
|
if (type === 'run' && from.neType.toLowerCase() === 'omc') {
|
||||||
|
console.log(res);
|
||||||
if (res.code === RESULT_CODE_SUCCESS) {
|
if (res.code === RESULT_CODE_SUCCESS) {
|
||||||
fnFileModalCancel();
|
fnFileModalCancel();
|
||||||
lockedStore.fnLock('reload', true);
|
lockedStore.fnLock('reload', true);
|
||||||
|
|||||||
Reference in New Issue
Block a user