支持下载请求,返回值展示优化

This commit is contained in:
暮光:城中城
2021-11-15 23:11:19 +08:00
parent 1ba75d3e29
commit 157d06bf8d
6 changed files with 164 additions and 65 deletions

View File

@@ -126,6 +126,8 @@
}
}
const initData = () => {
resultDataContentOrigin.value = '';
resultDataContentFormat.value = '';
if (props.result.data) {
resultData.value = props.result.data;
if (props.result.data.headers) {