修复UCD调用异常、保存结果按钮异常

This commit is contained in:
xinzhu.yin
2026-06-15 10:58:51 +08:00
parent c8ad244c45
commit dc096a9805
6 changed files with 65 additions and 15 deletions

View File

@@ -97,6 +97,12 @@ def hide_all_panels(self: "PQAutomationApp"):
self.current_panel = None
if hasattr(self, "_sync_save_button_state"):
try:
self._sync_save_button_state()
except Exception:
pass