Loading escheduler-ui/src/js/conf/home/pages/resource/pages/file/pages/details/index.vue +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ this.isData = false } else { this.isData = true this._handlerEditor().setValue(res.data.content) this._handlerEditor().setValue(res.data.content + '\n') // Initialize the plugin to prevent repeated calls if (editor.lineCount() < 1000) { Loading escheduler-ui/src/js/conf/home/pages/resource/pages/file/pages/edit/index.vue +2 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,8 @@ this.isData = false } else { this.isData = true this._handlerEditor().setValue(res.data.content || '') let content = res.data.content ? res.data.content + '\n' : '' this._handlerEditor().setValue(content) setTimeout(() => { $('.code-mirror-model').scrollTop(12).scrollLeft(0) }, 200) Loading Loading
escheduler-ui/src/js/conf/home/pages/resource/pages/file/pages/details/index.vue +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ this.isData = false } else { this.isData = true this._handlerEditor().setValue(res.data.content) this._handlerEditor().setValue(res.data.content + '\n') // Initialize the plugin to prevent repeated calls if (editor.lineCount() < 1000) { Loading
escheduler-ui/src/js/conf/home/pages/resource/pages/file/pages/edit/index.vue +2 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,8 @@ this.isData = false } else { this.isData = true this._handlerEditor().setValue(res.data.content || '') let content = res.data.content ? res.data.content + '\n' : '' this._handlerEditor().setValue(content) setTimeout(() => { $('.code-mirror-model').scrollTop(12).scrollLeft(0) }, 200) Loading