mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 20:06:00 +00:00
query toolstip
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
export let sessionId;
|
||||
export let executeNumber;
|
||||
|
||||
export let resultCount;
|
||||
|
||||
onMount(() => {
|
||||
allResultsInOneTab = $allResultsInOneTabDefault;
|
||||
});
|
||||
@@ -22,6 +24,8 @@
|
||||
let resultInfos = [];
|
||||
let domTabs;
|
||||
|
||||
$: resultCount = resultInfos.length;
|
||||
|
||||
const handleResultSet = async props => {
|
||||
const { jslid, resultIndex } = props;
|
||||
resultInfos = [...resultInfos, { jslid, resultIndex }];
|
||||
|
||||
Reference in New Issue
Block a user