修复自定义录包,每次重新保存的时候,会把上次自定义的topic也会下发Bug

This commit is contained in:
xuxinchao
2022-11-03 15:26:32 +08:00
parent 33a462aa1c
commit 73babfabe1

View File

@@ -163,6 +163,7 @@ public class CaseTopicListDialog extends Dialog implements IMoGoAutopilotRecordL
ToastUtils.showShort("Topic设置成功");
if(recordType.getId() == 0){
//自定义Topic
BadCaseConfig.customTopicList.clear();
BadCaseConfig.customTopicList.addAll(addTopicList);
}
addTopicList.clear();