修复起草合同的销毁保存下载和删除的逻辑
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user