sql执行器开发

This commit is contained in:
暮光:城中城
2019-08-21 23:26:03 +08:00
parent 76b18edc87
commit 48e4a73ea9
4 changed files with 8 additions and 8 deletions

View File

@@ -83,7 +83,7 @@
var datasourceOptions = [];
for (var i = 0; i < app.datasourceList.length; i++) {
datasourceOptions.push({
label: app.datasourceList[i].cnName, value: app.datasourceList[i].host
label: app.datasourceList[i].cnName, value: app.datasourceList[i].id
});
}
app.datasourceOptions = datasourceOptions;