Skip to content

Commit

Permalink
Merge branch 'v2.x-github-issue-249-batch-add-table-sync-failed' into…
Browse files Browse the repository at this point in the history
… v2.2

* v2.x-github-issue-249-batch-add-table-sync-failed:
  修复批量添加表数据同步失败的BUG #249
  • Loading branch information
jc3wish committed Oct 4, 2023
2 parents 1ff2ccd + 8e59411 commit c9f6c9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion admin/view/template/db.detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h5>Table ToServer List
&nbsp;
<button class="btn-sm btn-primary" id="historyAddBtn" type="button" style="margin-top: -8px" title="点击后可配置读取数据表的数据进行全量数据初始化">刷全量数据</button>
&nbsp;
<a href="#" id="tableHistoryListBtn">
<a href="#" id="tableHistoryListBtn" target="_blank">
<button class="btn-sm btn-primary" id="" type="button" style="margin-top: -8px">查看全量任务列表</button>
</a>
</span>
Expand Down Expand Up @@ -654,6 +654,8 @@ <h3 class="modal-title" id="showLikeTable_Title"></h3>
var DbName = $("#DbName").val();
var url = "/db/table/list";
setSchemaName(SchemaName);
$("#tableToServerListContair").attr("DbName",DbName);
$("#tableToServerListContair").attr("schema",SchemaName);
var showTableList = function(data){
$("#TableListContair").html("");
$.each(data,function(index,v) {
Expand Down

0 comments on commit c9f6c9d

Please sign in to comment.