fix(接口定义): 修复TEST页面标签显示错误的缺陷

--bug=1017900 --user=王孝刚 【接口测试】接口定义 - TEST页面,标签显示错误
https://www.tapd.cn/55049933/s/1259823
This commit is contained in:
wxg0103 2022-10-12 17:23:05 +08:00 committed by wxg0103
parent 3d5bccd48a
commit adff8203bd
1 changed files with 0 additions and 3 deletions

View File

@ -833,9 +833,6 @@ export default {
} else {
request = row ? row.request : {};
}
if (row.tags instanceof Array) {
row.tags = JSON.stringify(row.tags);
}
let response = "";
if (row.response != null && row.response != 'null' && row.response != undefined) {
if (Object.prototype.toString.call(row.response).match(/\[object (\w+)\]/)[1].toLowerCase() === 'object') {