结构修改,后端文件跟前端内容进行适配
This commit is contained in:
@ -223,8 +223,8 @@ class Step4SamplingPanel(QWidget):
|
||||
|
||||
main_window = self.window()
|
||||
if hasattr(main_window, 'run_single_step'):
|
||||
config = {'step4': self.get_config()}
|
||||
main_window.run_single_step('step4', config)
|
||||
config = {'step4_sampling': self.get_config()}
|
||||
main_window.run_single_step('step4_sampling', config)
|
||||
|
||||
def _check_csv_exists(self):
|
||||
"""检查 output csv 是否存在,驱动预览按钮启停"""
|
||||
|
||||
Reference in New Issue
Block a user