mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-02 15:30:25 +08:00
fix: sql执行器 获取sql bug
This commit is contained in:
@@ -931,11 +931,6 @@ const changeDb = (db: string) => {
|
||||
getSqlNames();
|
||||
};
|
||||
|
||||
const addTableSuggestions = (tables: any[]) => {
|
||||
|
||||
|
||||
}
|
||||
|
||||
// 选择表事件
|
||||
const changeTable = async (tableName: string, execSelectSql: boolean = true) => {
|
||||
if (tableName == '') {
|
||||
@@ -1150,6 +1145,7 @@ const setCodermirrorValue = (value: string) => {
|
||||
codemirror.setValue(value);
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* 获取用户保存的sql模板名称
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user