fix(性能测试): 修复添加文件时报sql错误的问题

--bug=1011625 --user=刘瑞斌 [性能测试]-编辑-添加多个jmx文件保存时提示sql错误 https://www.tapd.cn/55049933/s/1124480
This commit is contained in:
CaptainB 2022-03-23 16:48:47 +08:00 committed by shiziyuan9527
parent bcec09bea6
commit 9fc331c4fb
1 changed files with 1 additions and 4 deletions

View File

@ -204,11 +204,8 @@ export default {
type: row.type.toUpperCase(),
updateTime: row.lastModified,
});
}
//
rows.forEach(row => {
this.fileList.push(row);
});
}
if (this.loadType === 'resource') {
this.$success(this.$t('test_track.case.import.success'));