|
|
@@ -31,9 +31,9 @@ class AggAnalyseModeAndView(QWidget, Ui_Form):
|
|
|
# 获取历史使用记录
|
|
|
self.configPath = conf['path']['aggConfig']
|
|
|
self.config = utils.load_json(self.configPath)
|
|
|
- if self.config and self.config['targetFilePath']:
|
|
|
+ if self.config:
|
|
|
self.targetFilePath.setText(self.config['targetFilePath'])
|
|
|
- self.load()
|
|
|
+ self.load()
|
|
|
|
|
|
def bind(self):
|
|
|
self.selectFileBtn.clicked.connect(self.selectFile)
|