fix(接口测试): 修改批量添加的参数不能编辑的缺陷

--bug=1021539 --user=王孝刚 [接口测试]
github#21077接口定义模块,请求体是form时,用批量添加方式增加参数后,已添加参数值不能进行编辑,双击参数值没有反应。
https://www.tapd.cn/55049933/s/1322856
This commit is contained in:
wxg0103 2023-01-04 17:27:48 +08:00 committed by 刘瑞斌
parent 790531293f
commit dd2c8bef73
2 changed files with 2 additions and 0 deletions

View File

@ -369,6 +369,7 @@ export default {
file: false,
encode: true,
enable: true,
isEdit: false,
contentType: 'text/plain',
})
);

View File

@ -525,6 +525,7 @@ export default {
file: false,
encode: true,
enable: true,
isEdit: false,
contentType: 'text/plain',
})