fix: 修复创建性能测试查询文件是否存在的bug

This commit is contained in:
Captain.B 2021-03-23 17:06:14 +08:00
parent 8c965b2486
commit 41fe3cbe6b
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ export default {
//
async function f() {
return await axios.post('/performance/file/' + getCurrentProjectID() + '/getMetadataByName', {filename: file.name})
return await axios.post('/performance/file/' + getCurrentProjectID() + '/getMetadataByName', {name: file.name})
}
await f().then(res => {