fix(性能测试): 修复使用宝路第三方csv插件后页面没提示csv名称的问题

--bug=1016578 --user=刘瑞斌 【性能测试】github#17615,使用了宝路CSV参数化插件 导致场景设置页面不能展示参数化文件名称 https://www.tapd.cn/55049933/s/1240441

Closes #17615
This commit is contained in:
CaptainB 2022-09-08 11:01:56 +08:00 committed by f2c-ci-robot[bot]
parent fc822112b5
commit 672c8d01bf
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ let travel = function (elements, threadGroups, relateFiles) {
threadGroups.push(element); threadGroups.push(element);
break; break;
case "CSVDataSet": case "CSVDataSet":
case "com.baolu.jmeter.config.BaoluCSVDataSet":
relateFiles.push(element); relateFiles.push(element);
break; break;
default: default: