每次加载pdf前,清空路径

This commit is contained in:
sunhonglai
2025-04-23 14:16:21 +08:00
parent ffbc4ef808
commit 213990a7b0

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) {