fix(性能测试): 修复添加文件时报sql错误的问题
--bug=1011625 --user=刘瑞斌 [性能测试]-编辑-添加多个jmx文件保存时提示sql错误 https://www.tapd.cn/55049933/s/1124480
This commit is contained in:
parent
bcec09bea6
commit
9fc331c4fb
|
@ -204,11 +204,8 @@ export default {
|
||||||
type: row.type.toUpperCase(),
|
type: row.type.toUpperCase(),
|
||||||
updateTime: row.lastModified,
|
updateTime: row.lastModified,
|
||||||
});
|
});
|
||||||
}
|
|
||||||
//
|
|
||||||
rows.forEach(row => {
|
|
||||||
this.fileList.push(row);
|
this.fileList.push(row);
|
||||||
});
|
}
|
||||||
|
|
||||||
if (this.loadType === 'resource') {
|
if (this.loadType === 'resource') {
|
||||||
this.$success(this.$t('test_track.case.import.success'));
|
this.$success(this.$t('test_track.case.import.success'));
|
||||||
|
|
Loading…
Reference in New Issue