This commit is contained in:
parent
21b8bc2560
commit
b0d956084c
|
|
@ -1902,6 +1902,8 @@ class DeploymentServer:
|
|||
if (data.success) {{
|
||||
showMessage(`查询成功!返回 ${{data.rows || 0}} 行数据`, 'success');
|
||||
displayResults(data);
|
||||
// 重新加载历史记录
|
||||
loadSQLHistory(db);
|
||||
}} else {{
|
||||
showMessage('查询失败: ' + (data.error || '未知错误'), 'error');
|
||||
document.getElementById('resultPanel').style.display = 'none';
|
||||
|
|
|
|||
Loading…
Reference in New Issue