修复起草合同的销毁保存下载和删除的逻辑

This commit is contained in:
2025-12-05 21:38:44 +08:00
parent 91b7518c99
commit 5f9ce2fe9f
6 changed files with 195 additions and 52 deletions
@@ -73,11 +73,11 @@ export async function highlightText(
// const page = options?.page ?? 1; // 默认第1页
const page = options?.page ?? null; // 默认第1页
console.log('[HighlightSelectText] 调用 Python 脚本高亮文本:', {
text,
color,
page
});
// console.log('[HighlightSelectText] 调用 Python 脚本高亮文本:', {
// text,
// color,
// page
// });
try {
// 调用 Python 脚本: HighlightAndJumpToPage