Skip to content

Commit

Permalink
前端fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuhp committed Oct 28, 2020
1 parent b0ee299 commit e76777d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<div class="form-group">
<h4>*sql语句:</h4>
<textarea placeholder="sql语句" name="flinkSql" id="flinkSql"> </textarea>
<textarea name="flinkSql" id="flinkSql"> </textarea>
</div>

<div class="form-group">
Expand All @@ -73,7 +73,7 @@
<#include "../../layout/bottom.ftl">
<script>
flinkSqlVal=editor.getValue();
var flinkSqlVal;
myTextarea = document.getElementById("flinkSql");
var editor = CodeMirror.fromTextArea(myTextarea, {
mode: "text/x-sql",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

<div class="form-group">
<h4>*sql语句:</h4>
<textarea placeholder="sql语句" name="flinkSql" id="flinkSql">${jobConfig.flinkSql!""}</textarea>
<textarea name="flinkSql" id="flinkSql">${jobConfig.flinkSql!""}</textarea>
</div>
<div class="form-group">
<div id="message"/>
Expand Down

0 comments on commit e76777d

Please sign in to comment.