mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-03 04:27:56 +08:00
fix: The formatted script should not be automatically restored (close #128)
This commit is contained in:
parent
4fedb98278
commit
d9deaf250f
@ -282,6 +282,7 @@ export default defineComponent({
|
||||
.then((response) => {
|
||||
if (response.status) {
|
||||
this.activeEditorValue = response.data;
|
||||
editorValueMap.set(activeKey.value, this.activeEditorValue);
|
||||
}
|
||||
else {
|
||||
message.error(response.message);
|
||||
|
Loading…
Reference in New Issue
Block a user