'案件编辑页面文件预览实现'
This commit is contained in:
@@ -851,13 +851,16 @@ export default {
|
||||
return window.location.origin + "/API/evidence/upload";
|
||||
},
|
||||
handlePreview(file) {
|
||||
if (file && file.response.data.annexName) {
|
||||
if (this.flag == "2") {
|
||||
window.open(
|
||||
window.location.origin + "/API" + file.response.data.annexName,
|
||||
"_blank"
|
||||
);
|
||||
} else {
|
||||
this.$message.warning("暂不支持预览");
|
||||
} else if (this.flag == "1") {
|
||||
window.open(
|
||||
window.location.origin + "/API" + file.certificatePath,
|
||||
"_blank"
|
||||
);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user