mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-03 07:50:25 +08:00
fix: sql执行器 获取sql bug
This commit is contained in:
@@ -1242,6 +1242,9 @@ const setSqlEditorValue = (value: string) => {
|
|||||||
monacoEditor.getModel()?.setValue(value);
|
monacoEditor.getModel()?.setValue(value);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const getCodermirrorValue = () => {
|
||||||
|
return codemirror.getValue();
|
||||||
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取用户保存的sql模板名称
|
* 获取用户保存的sql模板名称
|
||||||
|
|||||||
Reference in New Issue
Block a user