|
@@ -356,9 +356,10 @@ const handleSave = async () => {
|
|
|
});
|
|
|
|
|
|
console.log("res", res);
|
|
|
- if (newlist.value.length > 0) {
|
|
|
- window.scene.exportScreenshot(false);
|
|
|
- }
|
|
|
+ //TODO bugID: 48011 2024-11-13 17:59:15 隐藏自动导出
|
|
|
+ // if (newlist.value.length > 0) {
|
|
|
+ // window.scene.exportScreenshot(false);
|
|
|
+ // }
|
|
|
ElMessage.success("保存成功!");
|
|
|
}
|
|
|
};
|