fix: sql执行器 获取sql bug

This commit is contained in:
刘宗洋
2022-10-31 22:24:24 +08:00
parent a843c65783
commit 4475972af3

View File

@@ -1242,6 +1242,9 @@ const setSqlEditorValue = (value: string) => {
monacoEditor.getModel()?.setValue(value);
};
const getCodermirrorValue = () => {
return codemirror.getValue();
};
/**
* 获取用户保存的sql模板名称