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