Merge branch '250422-bugfix-shl' into test20250220

This commit is contained in:
joshen
2025-04-23 14:21:31 +08:00

View File

@@ -651,6 +651,9 @@ export default {
});
},
getCaseData() {
// 清空pdf数据
this.pdfPath = '';
let $this = this;
apiCase.details(this.resolveId, true).then(res => {
if (res.status == 200) {