瀏覽代碼

fix config display

pull/1/head
Jonathan Cobb 4 年之前
父節點
當前提交
847b71e7d9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/account/AppConfigPage.vue

+ 1
- 1
src/account/AppConfigPage.vue 查看文件

@@ -159,7 +159,7 @@
...mapState('apps', ['app', 'appConfigData', 'actionResult']),
...mapState('system', ['messages']),
hasActionFocus () {
return this.actionFocus !== null && this.lastAction === null;
return typeof this.actionFocus !== 'undefined' && this.actionFocus !== null && this.actionFocus !== '' && this.lastAction === null;
}
},
created () {


Loading…
取消
儲存