Commit 6c33e140 authored by 邱阿朋's avatar 邱阿朋

refactor(gui): 修复数据队列推送逻辑

- 移除了 processor.push_data_queue() 函数的注释
- 此修改确保了在执行操作后正确推送数据到队列
parent da4092cb
......@@ -199,7 +199,7 @@ class VCManagerGUI(ttk.Window):
# 执行核心操作
self.log(f"开始执行 {params['action']} 操作...")
processor.run(params['file_name'])
# processor.push_data_queue()
processor.push_data_queue()
self.log("操作成功完成!")
except Exception as e:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment