Skip to content

Commit

Permalink
解决数据集SQL编辑区无法自动提示的BUG;
Browse files Browse the repository at this point in the history
  • Loading branch information
datageartech committed May 24, 2020
1 parent 74e65e4 commit 03e9e37
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ readonly 是否只读操作,允许为null
po.getDataSetSchemaId = function(){ return po.element("input[name='schemaConnectionFactory.schema.id']").val(); };
po.getSqlEditorSchemaId = function(){ return po.getDataSetSchemaId(); };
po.initSqlEditor();
var cursor = po.sqlEditor.getCursorPosition();
po.sqlEditor.session.insert(cursor, po.element("textarea[name='sql']").val());
Expand Down

0 comments on commit 03e9e37

Please sign in to comment.