fix (接口测试): 针对历史数据兼容处理
--bug=1008169 --user=赵勇 【接口定义】-修改认证配置为No Auth保存失败 https://www.tapd.cn/55049933/s/1071322
This commit is contained in:
parent
412d0e9bb7
commit
6ccf4091b2
|
@ -251,6 +251,10 @@ export default {
|
|||
let bodyFiles = this.getBodyUploadFiles(data);
|
||||
data.requestId = data.request.id;
|
||||
if (data.request) {
|
||||
// 历史数据处理
|
||||
if(data.request.authManager){
|
||||
data.request.authManager.clazzName = TYPE_TO_C.get(data.request.authManager.type);
|
||||
}
|
||||
this.sort(data.request.hashTree);
|
||||
}
|
||||
this.$fileUpload(this.reqUrl, null, bodyFiles, data, () => {
|
||||
|
|
Loading…
Reference in New Issue