结构修改,后端文件跟前端内容进行适配
This commit is contained in:
@ -143,8 +143,8 @@ class Step5CleanPanel(QWidget):
|
||||
|
||||
main_window = self.window()
|
||||
if hasattr(main_window, 'run_single_step'):
|
||||
config = {'step5': self.get_config()}
|
||||
main_window.run_single_step('step5', config)
|
||||
config = {'step5_clean': self.get_config()}
|
||||
main_window.run_single_step('step5_clean', config)
|
||||
|
||||
def reset_preview(self, message="请选择CSV文件并点击刷新预览"):
|
||||
"""重置预览表格"""
|
||||
|
||||
Reference in New Issue
Block a user