Skip to content

Commit

Permalink
fix(接口测试): 修改报告复制响应内容报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
fit2cloudwxx authored and liuruibin committed Apr 23, 2024
1 parent 55871df commit 0775d97
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -95,7 +95,7 @@
const resBodyRef = ref();
function copyScript() {
const encodingFormatValue = resBodyRef.value.responseEditorRef.getEncodingCode();
const encodingFormatValue = resBodyRef.value[0].responseEditorRef.getEncodingCode();
if (isSupported) {
copy(encodingFormatValue || '');
Message.success(t('common.copySuccess'));
Expand Down

0 comments on commit 0775d97

Please sign in to comment.